mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
cephfs: remove inValidCommmand and errNotFoundString
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
5bceb590fd
commit
31e9288f8f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user