state description c&p fix

cherry-picked from 766f8216a0, because of merge conflicts
This commit is contained in:
Daan Hoogland 2015-01-24 13:29:18 +01:00
parent e5ffcab09d
commit ebd7a7be5a
1 changed files with 1 additions and 1 deletions

View File

@ -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"),