diff --git a/internal/cephfs/errors.go b/internal/cephfs/errors.go index 2b3285470..b945969f1 100644 --- a/internal/cephfs/errors.go +++ b/internal/cephfs/errors.go @@ -24,8 +24,6 @@ import ( const ( // volumeNotFound is returned when a subvolume is not found in CephFS. volumeNotFound = "Error ENOENT" - // invalidCommand is returned when a command is not known to the cluster - invalidCommand = "Error EINVAL" // snapNotFound is returned when snap name passed is not found in the list // of snapshots for the given image. snapNotFound = "Error ENOENT"