mirror of https://github.com/k3s-io/k3s
![]() 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. |
||
---|---|---|
.. | ||
BUILD | ||
OWNERS | ||
doc.go | ||
nfs.go | ||
nfs_test.go |