ceph-csi/internal/csi-common
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
..
controllerserver-default.go util: add UnimplementedGroupControllerServer 2024-03-21 06:16:42 +00:00
driver.go util: add CSIDriver.GetInstanceID() 2024-08-05 17:04:52 +00:00
identityserver-default.go util: DefaultIdentityServer should use csi.UnimplementedIdentityServer 2024-07-10 12:18:50 +00:00
nodeserver-default.go util: address golangci-lint for csi-common 2024-04-09 06:55:23 +00:00
server.go util: added logs for slow gRPC calls 2024-09-20 08:55:17 +00:00
utils_test.go rbd: add support to get volumegroupID 2024-07-31 12:16:42 +00:00
utils.go util: do not use mount-utils.IsLikelyNotMountPoint anymore 2025-03-14 10:27:13 +00:00