Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFB7C186B9 for ; Thu, 3 Dec 2015 14:00:21 +0000 (UTC) Received: (qmail 66221 invoked by uid 500); 3 Dec 2015 14:00:10 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 66166 invoked by uid 500); 3 Dec 2015 14:00:10 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 66155 invoked by uid 99); 3 Dec 2015 14:00:09 -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; Thu, 03 Dec 2015 14:00:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BEF1CE6805; Thu, 3 Dec 2015 14:00:09 +0000 (UTC) From: ustcweizhou To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: CLOUDSTACK-9101: fix some issues in resiz... Content-Type: text/plain Date: Thu, 3 Dec 2015 14:00:09 +0000 (UTC) GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/1161 CLOUDSTACK-9101: fix some issues in resize volume (1) fix issue: volume size is not updated even if the operation succeed (2) Add ui support for root volume resize (3) resize on qcow2 type ROOT volume of stopped vm does not really work see https://issues.apache.org/jira/browse/CLOUDSTACK-9101 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ustcweizhou/cloudstack resize-volume-issues Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1161.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1161 ---- commit 119b27b2c6c366949b574fbca1574f15d67a3af3 Author: Wei Zhou Date: 2015-12-03T10:54:20Z CLOUDSTACK-9101: update volume size after resizevolume commit d6e21f74163212b198731ddf23dd48bc4c787b84 Author: Wei Zhou Date: 2015-12-03T10:53:42Z CLOUDSTACK-9101: add UI support for root volume resize commit 9221cb3e0d0e5a0ea374f10e889f7e32c2a3eda1 Author: Wei Zhou Date: 2015-12-03T13:31:55Z CLOUDSTACK-9101: resize root volume of stopped vm on KVM ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---