[
https://issues.apache.org/jira/browse/CLOUDSTACK-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145509#comment-14145509
]
ASF subversion and git services commented on CLOUDSTACK-70:
-----------------------------------------------------------
Commit aaeadc5c44e3fe16a1deea5348b085b08b5f4f4d in cloudstack's branch
refs/heads/master from [~yasker]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=aaeadc5 ]
CLOUDSTACK-7605: Fix basic zone multiple pod network restart with cleanup=true
1. getRouters() doesn't handle RestartNetwork with cleanup=true for basic zone,
because pod wouldn't be specific at the time.
2. The regression caused by the following fix. The variable "routers" was
overrided with some local values, result in only one of the routers in multiple
pods would return, thus only one router would be started.
commit 6dd5c3fd42c70855d75156243dddc4933436baaf
Author: Rohit Yadav <[email protected]>
Date: Thu Oct 11 18:30:00 2012 +0530
CLOUDSTACK-70: Improve restart network behaviour for basic network
> Improve Network Restart Behaviour for Basic Zone: Restarting Network Fails
> --------------------------------------------------------------------------
>
> Key: CLOUDSTACK-70
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-70
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: pre-4.0.0
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Fix For: 4.1.0
>
>
> Bug: http://bugs.cloudstack.org/browse/CS-16104
> Review: https://reviews.apache.org/r/6781/
> Proposed restart behaviour for basic network (keeping in sync with its
> behaviour in advance network):
> Note: CS should check if there are any hosts in all Pods and deploy VR in
> only those which have any host as it's pod based.
> a. Cleanup selected: cleanup=true
> - Running VRs: Stops and deletes them, recreates and starts new VRs.
> - Stopped VRs: Deletes them, recreates and starts new VRs.
> - Deleted VRs: Recreates and starts new VRs.
> b. Cleanup not selected: cleanup=false
> - Running VRs: Checks/skip, proceeds.
> - Stopped VRs: Checks/prepares, starts them.
> - Deleted VRs: Checks/prepares, starts new VRs.
> Patch (clean=false the code skips running VMs)
> For Apache master:
> http://bhaisaab.org/patches/cloudstack/0001-CS-16104-Improve-restart-network-behaviour-for-basic-apache-master.patch
> For 3.0.x:
> http://bhaisaab.org/patches/cloudstack/0001-CS-16104-Improve-restart-network-behaviour-for-basic.patch
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)