Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5DBA1108ED for ; Thu, 19 Dec 2013 06:32:14 +0000 (UTC) Received: (qmail 67760 invoked by uid 500); 19 Dec 2013 06:32:09 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 67693 invoked by uid 500); 19 Dec 2013 06:32:08 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 67668 invoked by uid 500); 19 Dec 2013 06:32:07 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 67659 invoked by uid 99); 19 Dec 2013 06:32:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Dec 2013 06:32:07 +0000 Date: Thu, 19 Dec 2013 06:32:07 +0000 (UTC) From: "Harikrishna Patnala (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5554) Custom disk offering allows to create a datadisk with size greater than custom.diskoffering.size.max value MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-5554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852661#comment-13852661 ] Harikrishna Patnala commented on CLOUDSTACK-5554: ------------------------------------------------- Patch is ready to review @ https://reviews.apache.org/r/16362/ > Custom disk offering allows to create a datadisk with size greater than custom.diskoffering.size.max value > ------------------------------------------------------------------------------------------------------------ > > Key: CLOUDSTACK-5554 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5554 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.3.0 > Reporter: Harikrishna Patnala > Assignee: Harikrishna Patnala > Priority: Critical > Fix For: 4.3.0 > > > Steps to Reproduce: > -------------------------- > 1. Set the value of custom.diskoffering.size.max to 50 and restart the management service. > 2. Start creating a new instance, select Custom option for Data Disk Offering and enter value 100 in the text box provided for custom disk offering. > Observation: > ---------------- > It is able to create a datadisk with 100GB size for a new instance. > Expected Result: > ---------------------- > As admin has set the max limit of custom disk size to 50GB, it should not allow Users to enter disk value in text box greater than custom.diskoffering.size.max value and prompt appropriate error message. -- This message was sent by Atlassian JIRA (v6.1.4#6159)