1
0
mirror of https://github.com/minio/minio.git synced 2025-03-23 14:04:15 -04:00

9 Commits

Author SHA1 Message Date
Harshavardhana
db6b6e9518 S3 peers should be initialized properly ()
Fixes 
2017-10-08 20:23:42 -07:00
Harshavardhana
879cef37a1 Fail to start server if detected cross-device mounts. ()
Fixes 
2017-08-15 15:10:50 -07:00
Dee Koder
1978b9d8f9 Prevent minio server starting in standalone erasure mode for wrong inputs. ()
It is possible at times due to a typo when distributed mode was intended
a user might end up starting standalone erasure mode causing confusion.
Add code to check this based on some standard heuristic guess work and
report an error to the user.

Fixes 
2017-08-11 11:47:28 -07:00
Frank Wessels
46897b1100 Name return values to prevent the need (and unnecessary code bloat) ()
This is done to explicitly instantiate objects for every return statement.
2017-06-21 19:53:09 -07:00
Krishna Srinivas
ec2920e981 Allow "minio server ." to start minio in fs mode () 2017-06-08 18:58:51 -07:00
Anis Elleuch
542f7ae42c gateway: Reject endpoint pointing to local gateway ()
Show an error when the user enters an endpoint url pointing
to the gateway server itself.
2017-05-16 21:13:29 -07:00
Frank
0d1e2ab509 Remove hardcoded min and max limit for erasure coding () 2017-04-24 10:00:33 -07:00
Bala FA
d103d5fb7c server: Error out if loopback addr is used for Distributed Erasure () 2017-04-12 20:27:24 -07:00
Bala FA
de204a0a52 Add extensive endpoints validation () 2017-04-11 15:44:27 -07:00