1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 07:20:56 -04:00

5 Commits

Author SHA1 Message Date
Harshavardhana
6efee2072d objectLayer: Check for format.json in a wrapped disk. ()
This is needed to validate if the `format.json` indeed exists
when a fresh node is brought online.

This wrapped implementation also connects to the remote node
by attempting a re-login. Subsequently after a successful
connect `format.json` is validated as well.

Fixes 
2016-11-23 15:48:10 -08:00
Anis Elleuch
a47ce7ab22 Add support of fallocate for FS and XL backends () 2016-10-29 12:44:44 -07:00
Harshavardhana
6494b77d41 server: Add more elaborate startup messages. ()
These messages based on our prep stage during XL
and prints more informative message regarding
drive information.

This change also does a much needed refactoring.
2016-10-05 12:48:07 -07:00
Harshavardhana
339425fd52 server: Fetch StorageInfo() from underlying disks transparently. ()
Fixes 
2016-09-13 21:18:30 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00