mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
rbd: correct the code comment for ErrFlattenInProgress
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
9dee064b77
commit
5c73f0e41b
@ -32,6 +32,6 @@ var (
|
||||
ErrInvalidVolID = errors.New("invalid VolumeID")
|
||||
// ErrMissingStash is returned when the image metadata stash file is not found.
|
||||
ErrMissingStash = errors.New("missing stash")
|
||||
// ErrFlattenInProgress is returned when flatten is in progess for an image.
|
||||
// ErrFlattenInProgress is returned when flatten is in progress for an image.
|
||||
ErrFlattenInProgress = errors.New("flatten in progress")
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user