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 558FD200C4F for ; Fri, 17 Mar 2017 17:30:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 53E83160B80; Fri, 17 Mar 2017 16:30:51 +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 9E443160B70 for ; Fri, 17 Mar 2017 17:30:50 +0100 (CET) Received: (qmail 58143 invoked by uid 500); 17 Mar 2017 16:30:49 -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 58050 invoked by uid 500); 17 Mar 2017 16:30:49 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 58033 invoked by uid 99); 17 Mar 2017 16:30:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2017 16:30:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 65420C12D6 for ; Fri, 17 Mar 2017 16:30:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id V6299MWx1U-y for ; Fri, 17 Mar 2017 16:30:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id AD2CB60D08 for ; Fri, 17 Mar 2017 16:30:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 68A9BE0C1B for ; Fri, 17 Mar 2017 16:30:44 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3B60D254F6 for ; Fri, 17 Mar 2017 16:30:43 +0000 (UTC) Date: Fri, 17 Mar 2017 16:30:43 +0000 (UTC) From: =?utf-8?Q?Rafael_Weing=C3=A4rtner_=28JIRA=29?= To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-1306) Better Error message when trying to deploy Vm by passing static Ipv4 addresses that are assigned to another VM/IP4 address is outside the iprange. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 17 Mar 2017 16:30:51 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-1306?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael Weing=C3=A4rtner closed CLOUDSTACK-1306. ------------------------------------------ Resolution: Later Fix Version/s: (was: Future) > Better Error message when trying to deploy Vm by passing static Ipv4 addr= esses that are assigned to another VM/IP4 address is outside the iprange.= =20 > -------------------------------------------------------------------------= -------------------------------------------------------------------------- > > Key: CLOUDSTACK-1306 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-130= 6 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: Management Server > Affects Versions: 4.1.0, 4.2.0 > Environment: Latest from Network Refactor branch, > Reporter: Sangeetha Hariharan > Assignee: Saksham Srivastava > Priority: Minor > > Better Error message when handling Better Error message when trying to de= ploy Vm by passing static Ipv4 addresses that are assigned to another VM/IP= 4 address is outside the iprange. > Steps to reproduce the problem: > Scenario1: > "Pre Req: > 1.Create Dual Stack Shared Network by passing ipv6 params and ipv4 params > Steps: > Deploy Vm by passing a static Ipaddress that is already assigned to a dif= ferent VM using ipaddress and networkIds." > Scenario2: > Pre Req: > 1.Create Dual Stack Shared Network by passing ipv6 params and ipv4 params > Steps: > Deploy Vm by passing a static Ipaddress that is not in the range of the s= pecified network using ipaddress and networkIds > Scenario3: > Pre Req: > 1.Create Dual Stack Shared Network by passing ipv6 params and ipv4 params > Steps: > Deploy Vm by passing a static Ipaddress that belongs to different network= that is other than network using ipaddress and networkIds > In all above cases ,user is presented with "Insufficient address capacity= " as the error message. > Expected Behavior: > User should be presented with more meaningful messages that will allow hi= m to take corrective actions. -- This message was sent by Atlassian JIRA (v6.3.15#6346)