GitHub user manuiiit opened a pull request:

    https://github.com/apache/cloudstack/pull/662

    CLOUDSTACK-8711: public_ip type resource count for an account is not 
decremented upon IP range deletion

    Probleam:
    --------------------------
    When you add an IP range and associate it to an account then resource count 
of public_ip will be updated to the range length.
    After some time try to delete this range and the resource count of 
public_up for this account is not descremented and is causing account not to 
add any more public IPs to it once it reaches the resource limit.
    RCA:
    ----------------
    We were not decrement the count while deleting the IP range that was 
associated to an account.
    Fix:
    -------------
    Up on deletion we are decrementing the resource count for public_up now.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manuiiit/cloudstack pull-14

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/662.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 #662
    
----
commit 865623fd1edd0d2a5adb9c6be2cd9c9eab9b32db
Author: Damodar <damoder.re...@citrix.com>
Date:   2014-11-18T11:42:28Z

    Bug-Id: CS-27335: public_ip type resource count for an account is not 
decremented upon IP range deletion
    
    Reviewed-By: Kishan/Bharat
    
    Signed-off-by: Maneesha.P <maneesha.papireddyg...@citrix.com>

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to