k3s/pkg/volume/nfs
Jan Safranek 45d21ee36b Fixed TearDown of NFS with root squash.
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.
2018-01-08 14:01:33 +01:00
..
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
nfs.go Fixed TearDown of NFS with root squash. 2018-01-08 14:01:33 +01:00
nfs_test.go fix incorrect log 2017-10-26 01:40:24 +08:00