turn-off Nlink readdir() optimization for NFS/CIFS (#19420)

fixes #19418
fixes #19416
This commit is contained in:
Harshavardhana
2024-04-05 08:17:08 -07:00
committed by GitHub
parent 96d226c0b1
commit a207bd6790
5 changed files with 28 additions and 21 deletions

View File

@@ -117,6 +117,7 @@ type xlStorage struct {
nrRequests uint64
major, minor uint32
fsType string
immediatePurge chan string
@@ -254,6 +255,7 @@ func newXLStorage(ep Endpoint, cleanUp bool) (s *xlStorage, err error) {
}
s.major = info.Major
s.minor = info.Minor
s.fsType = info.FSType
if !globalIsCICD && !globalIsErasureSD {
var rootDrive bool