Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2A954200B32 for ; Thu, 23 Jun 2016 09:00:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 29236160A59; Thu, 23 Jun 2016 07:00:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 70D05160A58 for ; Thu, 23 Jun 2016 09:00:55 +0200 (CEST) Received: (qmail 75162 invoked by uid 500); 23 Jun 2016 07:00:54 -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 75151 invoked by uid 99); 23 Jun 2016 07:00:54 -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, 23 Jun 2016 07:00:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05F19E38B1; Thu, 23 Jun 2016 07:00:54 +0000 (UTC) From: rhtyd To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1595: ui: show resize volume button to all users Content-Type: text/plain Date: Thu, 23 Jun 2016 07:00:54 +0000 (UTC) archived-at: Thu, 23 Jun 2016 07:00:56 -0000 GitHub user rhtyd opened a pull request: https://github.com/apache/cloudstack/pull/1595 ui: show resize volume button to all users ![screenshot from 2016-06-23 12-29-56](https://cloud.githubusercontent.com/assets/95203/16294438/436f6dbc-393e-11e6-91b5-cb2e49a01cc6.png) The resize volume is support on all major hypervisors (Xen, VMware, KVM). The hypervisor key is returned by the list volumes response only for admins but not for users or domain admin users. This removes the check, as the operation is supported on all major hypervisors that CloudStack supports. With this bug fix all users would see resize volume button in the UI. /cc @swill You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue/cloudstack ui-resize-show-allusers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1595.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 #1595 ---- commit b68ae1949e9fa5ae376a0ae7b67c3349b9e83418 Author: Rohit Yadav Date: 2016-06-23T06:57:51Z ui: show resize volume button to all users The resize volume is support on all major hypervisors (Xen, VMware, KVM). The hypervisor key is returned by the list volumes response only for admins but not for users or domain admin users. This removes the check, as the operation is supported on all major hypervisors that CloudStack supports. With this changes all users would see resize volume button in the UI. Signed-off-by: Rohit Yadav ---- --- 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. ---