Repository: cloudstack Updated Branches: refs/heads/4.5 d921163ea -> 766f8216a
state description c&p fix Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/766f8216 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/766f8216 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/766f8216 Branch: refs/heads/4.5 Commit: 766f8216a0bc96343a074c66757872052dd7b233 Parents: d921163 Author: Daan Hoogland <d...@onecht.net> Authored: Sat Jan 24 13:29:18 2015 +0100 Committer: Daan Hoogland <d...@onecht.net> Committed: Sat Jan 24 13:35:07 2015 +0100 ---------------------------------------------------------------------- api/src/com/cloud/storage/Volume.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/766f8216/api/src/com/cloud/storage/Volume.java ---------------------------------------------------------------------- diff --git a/api/src/com/cloud/storage/Volume.java b/api/src/com/cloud/storage/Volume.java index 91ad955..82b673b 100755 --- a/api/src/com/cloud/storage/Volume.java +++ b/api/src/com/cloud/storage/Volume.java @@ -40,7 +40,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"),