You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2016/12/23 12:21:45 UTC

[16/19] git commit: updated refs/heads/4.9 to 20986ba

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 <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/52f224f6
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/52f224f6
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/52f224f6

Branch: refs/heads/4.9
Commit: 52f224f61df65cea8389959f4accba8b7bb4583c
Parents: 23df5be 32e9e29
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Thu Dec 22 15:12:16 2016 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Thu Dec 22 15:12:16 2016 +0530

----------------------------------------------------------------------
 .../vmware/resource/VmwareResource.java         | 16 +++---
 .../com/cloud/hypervisor/vmware/mo/HostMO.java  | 54 ++++++++++++++++++++
 .../vmware/mo/HypervisorHostHelper.java         |  7 ++-
 3 files changed, 65 insertions(+), 12 deletions(-)
----------------------------------------------------------------------