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 GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/10 11:36:45 UTC

[jira] [Commented] (CLOUDSTACK-8720) Handle corner case in remove nic from vm

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

ASF GitHub Bot commented on CLOUDSTACK-8720:
--------------------------------------------

GitHub user sanju1010 opened a pull request:

    https://github.com/apache/cloudstack/pull/671

    CLOUDSTACK-8720: Handle corner case in remove nic from vm

    Please see the bug for more details

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sanju1010/cloudstack CSBug

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/671.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #671
    
----
commit 41be8f4ef8bc914eb94549003b72387d729a3ef4
Author: sanjeev <sa...@apache.org>
Date:   2015-08-07T12:39:09Z

    CLOUDSTACK-8720: Handle corner case in remove nic from vm
    Please see the bug for more details

----


> Handle corner case in remove nic from vm
> ----------------------------------------
>
>                 Key: CLOUDSTACK-8720
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8720
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Sanjeev N
>            Assignee: Sanjeev N
>
> Adding test to cover the following scenario:
> 1) Deploy vm v1 in two networks say n1 and n2.
> 2) Check the IP of the nic in n2 say ip1
> 3) Deploy vm v2 in another network say n3 with same IP address as ip1 using 'deployVirtualMachine' api with 'ipaddress' as one of the parameters.
> 4) Acquire public IP in n3 network.
> 5) Configure PF on the acquired IP
> 6) Choose destination vm as v2.
> 7) Try to remove nic of v1 in n2 network.
> Removing nic from v1 in n2 network should not be blocked because of the same ip addresses from vms v1 and v2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)