Added Imagefs inodes in default Eviction Hard

This commit is contained in:
vaibhav2107 2023-11-10 09:49:56 +05:30
parent e4b74dd12f
commit 30dc2f0773

View File

@ -25,4 +25,5 @@ var DefaultEvictionHard = map[string]string{
"nodefs.available": "10%",
"nodefs.inodesFree": "5%",
"imagefs.available": "15%",
"imagefs.inodesFree": "5%",
}