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

Murali Reddy updated CLOUDSTACK-7191:
-------------------------------------

    Description: 
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.

  was:
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 provide is appliance based like virtual 
router. so at present even for VR, significant amount is consumed to clean up 
the rules. this step is unnecessary as appliance with 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 only cleanup rules is done only if required.



> 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)

Reply via email to