mirror of
https://github.com/minio/minio.git
synced 2025-11-22 10:37:42 -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:
@@ -247,6 +247,8 @@ func serverMain(c *cli.Context) {
|
||||
|
||||
var minFreeDisk int64
|
||||
minFreeDiskSet := false
|
||||
// Default
|
||||
minFreeDisk = 10
|
||||
|
||||
var expiration time.Duration
|
||||
expirationSet := false
|
||||
|
||||
Reference in New Issue
Block a user