ceph-csi/internal/cephfs
Yug 43a4c100ec cephfs: No-Op Protect call if "snapshot-autoprotect" feature present
The subvolume features consists the list of features, which if includes
"snapshot-autoprotect", result in query based approach to
detecting the need for protect/unprotect.
If "snapshot-autoprotect" feature is present, The ProtectSnapshot
call should be treated as a no-op

Signed-off-by: Yug <yuggupta27@gmail.com>
2020-09-16 16:05:28 +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: fix lock release in volumeDelete 2020-08-18 06:12:43 +00:00
driver.go cephfs: replace warning with WarningLogMsg in Run 2020-08-13 09:44:12 +00:00
errors.go cephfs: use string const for cli error comparison 2020-08-19 17:09:12 +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 Protect call if "snapshot-autoprotect" feature present 2020-09-16 16:05:28 +00:00
util.go cephfs: allow readonly only for volume with contentsource 2020-09-10 13:47:23 +00:00
volume.go cephfs: validate if subvolume has snapshot-retention feature 2020-09-10 15:03:45 +00:00
volumemounter.go cephfs: replace Warningf with WarningLog in unmountVolume 2020-08-13 09:44:12 +00:00
volumeoptions.go cephfs: use subvolume info if available 2020-09-10 15:03:45 +00:00