mirror of
https://github.com/minio/minio.git
synced 2025-11-10 05:59:43 -05:00
Fix incorrect error strings. (#2580)
This commit is contained in:
@@ -22,7 +22,7 @@ import "errors"
|
||||
var errXLMaxDisks = errors.New("Number of disks are higher than supported maximum count '16'")
|
||||
|
||||
// errXLMinDisks - returned for minimum number of disks.
|
||||
var errXLMinDisks = errors.New("Minimum '6' disks are required to enable erasure code")
|
||||
var errXLMinDisks = errors.New("Minimum '4' disks are required to enable erasure code")
|
||||
|
||||
// errXLNumDisks - returned for odd number of disks.
|
||||
var errXLNumDisks = errors.New("Total number of disks should be multiples of '2'")
|
||||
|
||||
Reference in New Issue
Block a user