You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Alena Prokharchyk (JIRA)" <ji...@apache.org> on 2013/10/22 18:48:54 UTC

[jira] [Resolved] (CLOUDSTACK-4924) AcountCleanup: never release the ip address if the network failed to delete

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-4924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alena Prokharchyk resolved CLOUDSTACK-4924.
-------------------------------------------

    Resolution: Fixed

Fixed with 3b28f73beae316ffea9adaf4aaf5240d60f23387

> AcountCleanup: never release the ip address if the network failed to delete
> ---------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-4924
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4924
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.2.0
>            Reporter: Alena Prokharchyk
>            Assignee: Alena Prokharchyk
>             Fix For: 4.2.1
>
>
> During the account cleanup process, cloudStack code:
> destroys the networks
> calls ipRelease for the account ip addresses. This call was added to cover the Basic zone scenario when there are public ips assigned to the account exist, and they have to be de-allocated explicitly w/o calling the destroyNetwork
> Bug: ipRelease call should never be made in the accountCleanup thread when the destroyNetwork call failed. Otherwise you end up with the public ips still programmed on the VR that wasn't destroyed, and released in the DB.



--
This message was sent by Atlassian JIRA
(v6.1#6144)