mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03: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:
+1
-1
@@ -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