mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
cephfs: remove snapshot protect/unprotect
This commit eliminates the code for protecting and unprotecting snapshots, as the functionality to protect and unprotect snapshots is being deprecated. Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -46,9 +46,6 @@ var (
|
||||
// statically provisioned.
|
||||
ErrNonStaticVolume = coreError.New("volume not static")
|
||||
|
||||
// ErrSnapProtectionExist is returned when the snapshot is already protected.
|
||||
ErrSnapProtectionExist = coreError.New("snapshot protection already exists")
|
||||
|
||||
// ErrSnapNotFound is returned when snap name passed is not found in the list
|
||||
// of snapshots for the given image.
|
||||
ErrSnapNotFound = coreError.New("snapshot not found")
|
||||
|
Reference in New Issue
Block a user