mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
Print storage errors during distributed initialization (#6441)
This commit will print connection failures to other disks in other nodes after 5 retries. It is useful for users to understand why the distribued cluster fails to boot up.
This commit is contained in:
@@ -27,7 +27,9 @@ type StorageAPI interface {
|
||||
|
||||
// Storage operations.
|
||||
IsOnline() bool // Returns true if disk is online.
|
||||
LastError() error
|
||||
Close() error
|
||||
|
||||
DiskInfo() (info DiskInfo, err error)
|
||||
|
||||
// Volume operations.
|
||||
|
||||
Reference in New Issue
Block a user