mirror of https://github.com/apache/cloudstack.git
state description c&p fix
cherry-picked from 766f8216a0, because of merge conflicts
This commit is contained in:
parent
e5ffcab09d
commit
ebd7a7be5a
|
|
@ -41,7 +41,7 @@ public interface Volume extends ControlledEntity, Identity, InternalIdentity, Ba
|
|||
Snapshotting("There is a snapshot created on this volume, not backed up to secondary storage yet"),
|
||||
Resizing("The volume is being resized"),
|
||||
Expunging("The volume is being expunging"),
|
||||
Expunged("The volume is being expunging"),
|
||||
Expunged("The volume has been expunged"),
|
||||
Destroy("The volume is destroyed, and can't be recovered."),
|
||||
Destroying("The volume is destroying, and can't be recovered."),
|
||||
UploadOp("The volume upload operation is in progress or in short the volume is on secondary storage"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue