• Jan Safranek's avatar
    Fixed TearDown of NFS with root squash. · 45d21ee3
    Jan Safranek authored
    NFS plugin should not use IsLikelyNotMountPoint(), as it uses lstat() / stat()
    to determine if the NFS volume is still mounted - NFS server may use
    root_squash and kubelet may not be allowed to do lstat() / stat() there.
    
    It must use slower IsNotMountPoint() instead, including TearDown() function.
    45d21ee3
mount.go 8.76 KB