ceph-csi/internal/cephfs
Madhu Rajanna 83fbbd6d93 cephfs: check only the stderror message for umount
if the cephfs mountpoint is not mounted the umount
call will fail with both stderr and err,
an error (exit status 32) and stdError (umount: /var/lib/kubelet/plugins/kubernetes.io/csi/pv/pvc-e622cd2b-0b87-4f49-a709-b89664ca6ec4/globalmount: not mounted.

checking stderr is sufficient to find out the mountpoint
is not mounted.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-11-18 09:37:57 +05:30
..
cephfs_util.go cephfs: check stderror for CLI commands 2020-11-06 21:19:17 +05:30
clone.go cephfs: check clone pending state 2020-11-06 21:19:17 +05:30
controllerserver.go cephfs: check clone pending state 2020-11-06 21:19:17 +05:30
driver.go cephfs: replace warning with WarningLogMsg in Run 2020-08-13 09:44:12 +00:00
errors.go cephfs: check clone pending state 2020-11-06 21:19:17 +05:30
fsjournal.go cephfs: check clone pending state 2020-11-06 21:19:17 +05:30
identityserver.go cleanup: address godot warnings 2020-07-21 08:36:24 +00:00
nodeserver.go cephfs: replace Errorf with ErrorLog in nodeUnstageVolume 2020-08-13 09:44:12 +00:00
snapshot.go cephfs: check stderror for CLI commands 2020-11-06 21:19:17 +05:30
util.go cephfs: check stderror for CLI commands 2020-11-06 21:19:17 +05:30
volume.go cephfs: check stderror for CLI commands 2020-11-06 21:19:17 +05:30
volumemounter.go cephfs: check only the stderror message for umount 2020-11-18 09:37:57 +05:30
volumeoptions.go cephfs: Fetch subvolume features in newSnapshotOptionsFromID 2020-09-17 09:04:41 +00:00