ceph-csi/internal/cephfs
Madhu Rajanna 764e33f249 cephfs: check ENOTEMPTY when removing subvolume
return a proper error message to the user when
the subvolume has the snapshots and it cannot
be removed until the snapshots on the subvolume
have to be deleted.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 89b326c896)
2020-09-25 09:26:48 +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: check ENOTEMPTY when removing subvolume 2020-09-25 09:26:48 +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: No-Op Unprotect call if "snapshot-autoprotect" feature present 2020-09-17 09:04:41 +00:00
util.go cephfs: allow readonly only for volume with contentsource 2020-09-10 15:05:38 +00:00
volume.go cephfs: check ENOTEMPTY when removing subvolume 2020-09-25 09:26:48 +00:00
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