mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Replaces 'disk'=>'drive' visible to end user (#15464)
This commit is contained in:
@@ -186,7 +186,7 @@ func (e SignatureDoesNotMatch) Error() string {
|
||||
type StorageFull struct{}
|
||||
|
||||
func (e StorageFull) Error() string {
|
||||
return "Storage reached its minimum free disk threshold."
|
||||
return "Storage reached its minimum free drive threshold."
|
||||
}
|
||||
|
||||
// SlowDown too many file descriptors open or backend busy .
|
||||
|
||||
Reference in New Issue
Block a user