mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
Add 5% cumulative reduction in total size of the disk
This is done due to filesystem holding additional metadata and inode space which is unaccounted for during min-free-disk calculation.
This commit is contained in:
@@ -228,7 +228,7 @@ var errorCodeResponse = map[int]APIError{
|
||||
},
|
||||
RootPathFull: {
|
||||
Code: "RootPathFull",
|
||||
Description: "Root path has reached its minimum free disk threshold. Please clear few objects to proceed.",
|
||||
Description: "Root path has reached its minimum free disk threshold. Please delete few objects to proceed.",
|
||||
HTTPStatusCode: http.StatusInternalServerError,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user