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 8CE59200C33 for ; Sat, 25 Feb 2017 06:47:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8B933160B79; Sat, 25 Feb 2017 05:47:07 +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 D4BDB160B69 for ; Sat, 25 Feb 2017 06:47:06 +0100 (CET) Received: (qmail 50354 invoked by uid 500); 25 Feb 2017 05:47:05 -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 50343 invoked by uid 99); 25 Feb 2017 05:47:05 -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; Sat, 25 Feb 2017 05:47:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1985EDFD9E; Sat, 25 Feb 2017 05:47:05 +0000 (UTC) From: niteshsarda To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1972: CLOUDSTACK-9779 : Releasing secondary guest I... Content-Type: text/plain Date: Sat, 25 Feb 2017 05:47:05 +0000 (UTC) archived-at: Sat, 25 Feb 2017 05:47:07 -0000 GitHub user niteshsarda opened a pull request: https://github.com/apache/cloudstack/pull/1972 CLOUDSTACK-9779 : Releasing secondary guest IP fails with error VM nic Ip x.x.x.x is mapped to load balancing rule ISSUE Releasing secondary guest IP fails with error VM nic Ip x.x.x.x is mapped to load balancing rule REPRO STEPS Create two isolated guest networks with same CIDR Deploy VMs on both networks Acquire secondary IP on NICs of both VMs and make sure they have the same value, user can input the IP address. Configure Loadbalancing rule on one of the secondary IP address and try releasing the other secondary IP address. The operation would fail EXPECTED BEHAVIOR Secondary IP address should be released if there are no LB rules associated with it. ACTUAL BEHAVIOR Not releasing secondary IP address even if there are no LB rules associated with it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Accelerite/cloudstack ReleaseSecondaryIP Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1972.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 #1972 ---- commit 2362335662085a5f23570fb7bdc90a8409add38c Author: Nitesh Sarda Date: 2017-02-24T13:40:29Z CLOUDSTACK-9779 : Releasing secondary guest IP fails with error VM nic Ip x.x.x.x is mapped to load balancing rule ---- --- 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. ---