mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
fix: add proper errors for disks with preexisting content (#9703)
This commit is contained in:
@@ -181,6 +181,12 @@ Example 1:
|
||||
"",
|
||||
)
|
||||
|
||||
ErrCorruptedBackend = newErrFn(
|
||||
"Unable to use the specified backend, pre-existing content detected",
|
||||
"Please ensure your disk mount does not have any pre-existing content",
|
||||
"",
|
||||
)
|
||||
|
||||
ErrUnableToWriteInBackend = newErrFn(
|
||||
"Unable to write to the backend",
|
||||
"Please ensure MinIO binary has write permissions for the backend",
|
||||
|
||||
Reference in New Issue
Block a user