ceph-csi/internal/cephfs
Madhu Rajanna 31c7c95fdb cephfs: check error output contains Error: ENOENT
execCommandErr returns both error and stderror
message. checking strings.HasPrefix is not helpful
as the stderr will be the first string. its good
to do string comparison and find out that error
is volume not found error.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2020-08-18 06:12:43 +00:00
..
cephfs_util.go util: simplify error handling 2020-07-23 11:16:40 +00:00
clone.go cephfs: replace Errorf with util.ErrorLog in getCloneInfo 2020-08-13 09:44:12 +00:00
controllerserver.go cephfs: replace klog.Warningf with util.WarningLog in deleteSnapshot 2020-08-13 09:44:12 +00:00
driver.go cephfs: replace warning with WarningLogMsg in Run 2020-08-13 09:44:12 +00:00
errors.go cephfs: add various error strings for command validation 2020-08-08 00:11:35 +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: replace Errorf with ErrorLog in cloneSnapshot 2020-08-13 09:44:12 +00:00
util.go cephfs: replace Errorf with ErrorLog in genSnapFromOptions 2020-08-13 09:44:12 +00:00
volume.go cephfs: check error output contains Error: ENOENT 2020-08-18 06:12:43 +00:00
volumemounter.go cephfs: replace Warningf with WarningLog in unmountVolume 2020-08-13 09:44:12 +00:00
volumeoptions.go rbd: Add rados namespace support for rbd 2020-08-12 16:22:58 +05:30