mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-18 04:10:22 +00:00
cephfs: remove unused invalidCommand error const
removed unused invalidCommand from cephfs error const. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
1ba160afdb
commit
a1c8942e2b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user