From 31e9288f8f76a3f3c999d7837986ea9eda850d81 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 4 Aug 2020 09:49:28 +0530 Subject: [PATCH] cephfs: remove inValidCommmand and errNotFoundString Signed-off-by: Humble Chirammal --- internal/cephfs/volume.go | 6 ------ 1 file changed, 6 deletions(-) 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 (