ceph-csi/internal/nfs
Niels de Vos 79cf0321dd util: do not use mount-utils.IsLikelyNotMountPoint anymore
`IsLikelyNotMountPoint()` is an optimized version for `IsMountPoint()`
which can not detect all type of mounts (anymore). The slower
`IsMountPoint()` is more safe to use. This can cause a slight
performance regression in the case there are many mountpoints on the
system, but correctness is more important than speed while mounting.

Fixes: #4633
Signed-off-by: Niels de Vos <ndevos@ibm.com>
2025-03-14 10:27:13 +00:00
..
controller util: add CSIDriver.GetInstanceID() 2024-08-05 17:04:52 +00:00
driver util: added logs for slow gRPC calls 2024-09-20 08:55:17 +00:00
identity ci: fix all linter errors found in golangci-lint 2022-06-03 12:55:54 +00:00
nodeserver util: do not use mount-utils.IsLikelyNotMountPoint anymore 2025-03-14 10:27:13 +00:00