You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Murali Reddy (JIRA)" <ji...@apache.org> on 2014/07/28 13:47:39 UTC

[jira] [Resolved] (CLOUDSTACK-7191) On restartNetwork destroy the VR immediatley, instead of cleanup the rules then destroy

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

Murali Reddy resolved CLOUDSTACK-7191.
--------------------------------------

    Resolution: Fixed

For the networks with VR as the only provider, restarting the network will not result in the clean up of the rules even if restartNetwork is called with cleanup=true option. VR should get destroyed immediately followed by recreating the VR followed by reprogramming the rules.

> On restartNetwork destroy the VR immediatley, instead of cleanup the rules then destroy
> ---------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7191
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7191
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.1.0, 4.2.0, 4.3.0, 4.4.0, 4.5.0
>            Reporter: Murali Reddy
>            Assignee: Murali Reddy
>             Fix For: 4.5.0
>
>
> RestartNetwork is implemented with below logical steps
>    
>    - clean up network rules on the provider (implemented by shutdownNetworkResources)
>   - shutdown the providers for the network
>  - implement all providers for the network
> - reprogram the rules
> step #1 is unnecessary in case the provider is appliance based like virtual router. so at present even for the VR significant amount of time is consumed to clean up the rules. This step is unnecessary as appliance will get destroyed any ways in next step.
> During upgrades in an environments with large number of networks with VR as the only provider, it will take significant time.
> This bug should ensure cleanup of rules is done only if required.



--
This message was sent by Atlassian JIRA
(v6.2#6252)