• 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
Name
Last commit
Last update
..
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
nfs.go Loading commit data...
nfs_test.go Loading commit data...