You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/07/11 08:37:51 UTC

[jira] [Commented] (CLOUDSTACK-70) Improve Network Restart Behaviour for Basic Zone: Restarting Network Fails

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705520#comment-13705520 ] 

ASF subversion and git services commented on CLOUDSTACK-70:
-----------------------------------------------------------

Commit e3e8bfce16f36c1aca1e706725aafab53f1c795c in branch refs/heads/master from [~koushikd]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=e3e8bfc ]

CLOUDSTACK-3441: [Load Test] High delays between VM being allocated to Pod and network implementation causing delays in VM deployment
This is a regresion caused due to fix for CLOUDSTACK-70. In order to fix network restart scenario, delays got introduced in the user VM deployment scenario.
Fixed it by separating out the network restart and new VM deployment scenario such that the latter is not affected due to the fix for CLOUDSTACK-70.

                
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira