Files
kubernetes/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
..
2017-12-23 13:12:11 -08:00
2016-07-16 13:48:21 -04:00
2017-10-26 01:40:24 +08:00
2018-01-08 14:01:33 +01:00