[
https://issues.apache.org/jira/browse/CLOUDSTACK-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15772702#comment-15772702
]
ASF subversion and git services commented on CLOUDSTACK-9673:
-------------------------------------------------------------
Commit 52f224f61df65cea8389959f4accba8b7bb4583c in cloudstack's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=52f224f ]
Merge pull request #1827 from sateesh-chodapuneedi/pr-cloudstack-9673
CLOUDSTACK-9673 : Exception occured while creating the CPVM in VMware setup
over standard vSwitchesJira
===
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.
* pr/1827:
CLOUDSTACK-9673 Exception occured while creating the CPVM in the VmWare Setup
over standard vSwitches
Signed-off-by: Rohit Yadav <[email protected]>
> 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)