Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 661F710242 for ; Sat, 24 Jan 2015 12:55:45 +0000 (UTC) Received: (qmail 73875 invoked by uid 500); 24 Jan 2015 12:55:45 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 73842 invoked by uid 500); 24 Jan 2015 12:55:45 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 73833 invoked by uid 99); 24 Jan 2015 12:55:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jan 2015 12:55:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C9207E04A7; Sat, 24 Jan 2015 12:55:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dahn@apache.org To: commits@cloudstack.apache.org Message-Id: <308dda18acda4d9db17ec66f249c5ba0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to ebd7a7b Date: Sat, 24 Jan 2015 12:55:44 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master e5ffcab09 -> ebd7a7be5 state description c&p fix cherry-picked from 766f8216a0bc96343a074c66757872052dd7b233, because of merge conflicts Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ebd7a7be Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ebd7a7be Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ebd7a7be Branch: refs/heads/master Commit: ebd7a7be5a2408367a076f294bad81b0d4ff2d6b Parents: e5ffcab Author: Daan Hoogland Authored: Sat Jan 24 13:29:18 2015 +0100 Committer: Daan Hoogland Committed: Sat Jan 24 13:54:29 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/ebd7a7be/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 89d08f7..f0c7000 100644 --- a/api/src/com/cloud/storage/Volume.java +++ b/api/src/com/cloud/storage/Volume.java @@ -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"),