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 2016/12/14 07:36:58 UTC

[jira] [Commented] (CLOUDSTACK-9673) Exception occured while creating the CPVM in the VmWare Setup over standard vSwitches

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

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

GitHub user sateesh-chodapuneedi opened a pull request:

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

    CLOUDSTACK-9673 : Exception occured while creating the CPVM in VMware setup over standard vSwitches

    Jira
    ===
    CLOUDSTACK-9673 : Exception occured while creating the CPVM in VMware setup over standard vSwitches
    
    Issue
    ====
    Exception occured while creating the CPVM in the VmWare Setup using standard vswitches.
    ```
    StartCommand failed due to Exception: com.vmware.vim25.AlreadyExists
    message: [] com.vmware.vim25.AlreadyExistsFaultMsg: The specified key, name, or identifier already exists
    ```
    
    Fix
    ===
    Ensure synchronization while attempting to create port group such that simultaneous attempts are not made with same port group name on same ESXi host.
    
    Testing
    ======
    Successfully ran manual tests (deploy user instance) on top of latest master commit `17653a86fad67447a4f13e455e336694ad5c1735`.This code change is involved in virtual network creation over VMware standard vSwitches. Existing functional tests covers this functionality.

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

    $ git pull https://github.com/sateesh-chodapuneedi/cloudstack pr-cloudstack-9673

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

    https://github.com/apache/cloudstack/pull/1827.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 #1827
    
----
commit 69370e1cd9068fb37a46f15066efaa63cea81741
Author: Sateesh Chodapuneedi <sa...@accelerite.com>
Date:   2016-12-13T18:40:42Z

    CLOUDSTACK-9673 Exception occured while creating the CPVM in the VmWare Setup over standard vSwitches
    
    Issue
    ====
    Exception occured while creating the CPVM in the VmWare Setup using standard vswitches.
    StartCommand failed due to Exception: com.vmware.vim25.AlreadyExists
    message: [] com.vmware.vim25.AlreadyExistsFaultMsg: The specified key, name, or identifier already exists
    
    Fix
    ===
    Ensure synchronization while attempting to create port group such that simultaneous attempts are not made with same port group name on same ESXi host.
    
    Signed-off-by: Sateesh Chodapuneedi <sa...@accelerite.com>

----


> Exception occured while creating the CPVM in the VmWare Setup over standard vSwitches 
> --------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9673
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9673
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.9.0.1
>         Environment: ACS master commit 17653a86fad67447a4f13e455e336694ad5c1735
> ESXi 5.5
>            Reporter: Sateesh Chodapuneedi
>            Assignee: Sateesh Chodapuneedi
>            Priority: Critical
>             Fix For: 4.10.0.0
>
>
> Exception occured while creating the CPVM in the VmWare Setup using standard vswitches, below are the steps followed.
> 1) Tried to create a VMware Advanced Zone setup
> 2) while creating the console proxy vm the below error message is observed
> {noformat}
> StartCommand failed due to Exception: com.vmware.vim25.AlreadyExists
> message: []
> com.vmware.vim25.AlreadyExistsFaultMsg: The specified key, name, or identifier already exists.
> {noformat}
> 3)The same error message is also observed in the Vcenter also for both 5.5 and 5.0 setups.
> Note:This error message does not prevent the creation of CPVM or any other functionality of ACS, but this would create a panic while creating the setup.



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