1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 13:02:57 -04:00

55 Commits

Author SHA1 Message Date
Krishnan Parthasarathi
7d50361ca9 Move housekeeping before object layer initialization ()
In a distributed setup that the server should not perform any operation
on the storage layer after it is exported via RPC. e.g, cleaning up of
temporary directories under .minio.sys/tmp may interfere with ongoing
PUT objects being served by the distributed setup.
2016-10-19 19:59:48 -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
Anis Elleuch
b89a1cd482 tests: Implemented more tests for fs-v1*.go () 2016-09-16 13:06:49 -07:00
Harshavardhana
43befab8ef Change distributed server wording. 2016-09-13 21:18:30 -07:00
Anis Elleuch
421cccb1d7 Add naughty disk to simulate disk errors () 2016-09-09 12:53:09 -07:00