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

59 Commits

Author SHA1 Message Date
Krishna Srinivas
32c3a558e9 distributed-XL: Support to run one minio process per export even on the same machine. ()
fixes 
2016-10-20 18:31:02 -07:00
Anis Elleuch
fa50312220 Avoid returning disk corrupted by servers in the middle of init all disks formats () 2016-10-17 08:39:55 -07:00
Harshavardhana
f1bc9343a1 prep: Initialization should wait instead of exit the servers. ()
- Servers do not exit for invalid credentials instead they print and wait.
- Servers do not exit for version mismatch instead they print and wait.
- Servers do not exit for time differences between nodes they print and wait.
2016-10-07 11:15:55 -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
03430d0db8 tests: Add ListBucketHandler tests. ()
part-3 final fix for 
2016-09-14 23:53:42 -07:00
Krishnan Parthasarathi
66459a4ce0 Add unit-tests for formatting disks during initialization ()
* Add unit-tests for formatting disks during initialization

- Fixed corresponding code at places where it was deviating from the
  tabular spec.

* Added more test cases and simplified algo

... based on feedback from ``go test -coverprofile``.
2016-09-13 21:18:30 -07:00
Harshavardhana
ba2ba328da server: Fixes for various conditions
- Fix distributed branch to be able to run FS version.
- Fix distributed branch to be able to run XL local disks.
- Ignore initialization failures of notification and bucket
  policies, the codepath should load whatever is possible.
2016-09-13 21:18:30 -07:00
Harshavardhana
ae64b7fac8 XL: Handle object layer initialization properly.
Initialization when disk was down the network disk
reported an incorrect error rather than errDiskNotFound.

This resulted in incorrect error handling during
prepInitStorage() stage.

Fixes 
2016-09-13 21:18:30 -07:00
Krishnan Parthasarathi
de67bca211 Move formatting of disks out of object layer initialization () 2016-09-13 21:18:30 -07:00