ceph-csi/internal
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 cephfs: check only the stderror message for umount 2020-11-18 09:37:57 +05:30
csi-common cleanup: address gomnd warnings 2020-07-21 08:36:24 +00:00
journal journal: fix reading omaps from objects with large key counts 2020-11-06 07:46:07 +00:00
liveness util: replace klog with util logger in liveness.go 2020-08-19 15:35:13 +00:00
rbd rbd: fix problem with deletion of a namespaced image 2020-09-25 17:05:19 +00:00
util util: log stderror in ExecCommand 2020-11-06 21:19:17 +05:30