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 <[email protected]>
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 <[email protected]>
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---