ceph-csi/internal/cephfs
Madhu Rajanna 46f1ab9e99 cephfs: use IsMountPoint to check mountpoint
Currently we are relaying on the error output from
the umount command we run on the nodes when mounting
the volume but we are not checking for all the error
message to verify the volume is mounted or not.
This commits uses IsMountPoint function in util
to check the mountpoint.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-06-07 07:38:48 +00:00
..
cephfs_util.go cephfs: implement getMetadataPool() with go-ceph 2020-10-20 15:38:44 +00:00
clone.go cephfs: remove unused cr Credentials 2020-12-10 10:13:55 +00:00
controllerserver.go cleanup: correct nolint directive listing format 2021-04-09 07:24:47 +00:00
driver.go util: enable golang profiling 2021-05-25 10:41:22 +00:00
errors.go cephfs: expand clone error messages 2021-04-26 13:38:55 +00:00
fsjournal.go cleanup: correct nolint directive listing format 2021-04-09 07:24:47 +00:00
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver.go cephfs: use IsMountPoint to check mountpoint 2021-06-07 07:38:48 +00:00
snapshot.go cephfs: implement getSnapshotInfo with go-ceph 2020-12-03 14:53:33 +00:00
util.go cephfs: implement getSnapshotInfo with go-ceph 2020-12-03 14:53:33 +00:00
volume.go cephfs: ignore BytesQuota field in case it is not set. 2021-02-01 09:20:53 +00:00
volumemounter.go cephfs: add stderr to mount function errors 2021-04-08 12:18:01 +00:00
volumeoptions.go cephfs: pass extra volume attributes to static PV 2021-06-03 04:42:59 +00:00