diff --git a/internal/cephfs/volume.go b/internal/cephfs/volume.go index f6a3d4599..23b5187e1 100644 --- a/internal/cephfs/volume.go +++ b/internal/cephfs/volume.go @@ -34,12 +34,6 @@ var ( // Subvolumegroup creation and volume resize decisions are // taken through this additional cluster information. clusterAdditionalInfo = make(map[string]*localClusterState) - - inValidCommmand = "no valid command found" - - // ceph returns `Error ENOENT:` when subvolume or subvolume group doesnot - // exist. - errNotFoundString = "Error ENOENT:" ) const (