ceph-csi/internal/cephfs
Madhu Rajanna 75d190f430 cephfs: check stderror for CLI commands
currently in someplaces we are checking the stderror
for CLI errors and insome places we are checking for
just error. This commit fixes the issue by checking
the stderror for actual CLI errors.

Co-authored-by: Yug <yuggupta27@gmail.com>
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-11-06 21:19:17 +05:30
..
cephfs_util.go cephfs: check stderror for CLI commands 2020-11-06 21:19:17 +05:30
clone.go cephfs: check stderror for CLI commands 2020-11-06 21:19:17 +05:30
controllerserver.go cephfs: fix wrong error check in CreateVolume rollback action 2020-10-20 05:57:38 +00:00
driver.go cephfs: replace warning with WarningLogMsg in Run 2020-08-13 09:44:12 +00:00
errors.go cephfs: check ENOTEMPTY when removing subvolume 2020-09-25 09:26:48 +00:00
fsjournal.go cephfs: replace Errorf with ErrorLog in checkSnapExists 2020-08-13 09:44:12 +00:00
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: trim spaces around fuseMountOptions 2020-09-23 14:39:43 +00:00
volumeoptions.go cephfs: Fetch subvolume features in newSnapshotOptionsFromID 2020-09-17 09:04:41 +00:00