Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-7191

On restartNetwork destroy the VR immediatley, instead of cleanup the rules then destroy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1.0, 4.2.0, 4.3.0, 4.4.0, 4.5.0
    • 4.5.0
    • None
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    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.

      Attachments

        Activity

          People

            murali.reddy Murali Reddy
            murali.reddy Murali Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: