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 5ED171851B for ; Sun, 6 Dec 2015 19:02:52 +0000 (UTC) Received: (qmail 94979 invoked by uid 500); 6 Dec 2015 19:02:51 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 94838 invoked by uid 500); 6 Dec 2015 19:02:51 -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 94557 invoked by uid 99); 6 Dec 2015 19:02:51 -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; Sun, 06 Dec 2015 19:02:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88072E03C8; Sun, 6 Dec 2015 19:02:51 +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 Date: Sun, 06 Dec 2015 19:02:55 -0000 Message-Id: <411bb46eb96649afa9ebbc8e2b9a1da9@git.apache.org> In-Reply-To: <808c9fc426304ac8af0bfb8aafd93a0d@git.apache.org> References: <808c9fc426304ac8af0bfb8aafd93a0d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/6] git commit: updated refs/heads/4.6 to f66e782 Merge pull request #1168 from ustcweizhou/listSnapshots-Exception CLOUDSTACK-8845: set isRevertable of snapshot to false if the volume is removedSome users encounter an exception when listSnapshots. We should set the isRevertable of snapshot to false if the original volume is removed, without checking if the snapshot is stored in primary store (the exception was thowned during the checking). * pr/1168: CLOUDSTACK-8845: set isRevertable of snapshot to false if the volume is removed Signed-off-by: Daan Hoogland Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/24113e42 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/24113e42 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/24113e42 Branch: refs/heads/4.6 Commit: 24113e425e6cd213ffac568abc9fb7a55ae8d7e8 Parents: 998b1ba 5241228 Author: Daan Hoogland Authored: Sun Dec 6 19:48:45 2015 +0100 Committer: Daan Hoogland Committed: Sun Dec 6 19:48:45 2015 +0100 ---------------------------------------------------------------------- .../snapshot/StorageSystemSnapshotStrategy.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) ----------------------------------------------------------------------