mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
cleanup: move ErrImageNotFound from rbd/errors to util/errors
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -21,6 +21,8 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrImageNotFound is returned when image name is not found in the cluster on the given pool and/or namespace.
|
||||
ErrImageNotFound = errors.New("image not found")
|
||||
// ErrKeyNotFound is returned when requested key in omap is not found.
|
||||
ErrKeyNotFound = errors.New("key not found")
|
||||
// ErrObjectExists is returned when named omap is already present in rados.
|
||||
|
Reference in New Issue
Block a user