cloudstack/vmware-base
Sateesh Chodapuneedi 9bed11d1f1 CLOUDSTACK-3223 Exception observed while creating CPVM in VMware Setup with DVS
Issue
=====
Exception observed while creating CPVM in VMware Setup with DVS.
Observed error "StartCommand failed due to Exception: com.vmware.vim25.AlreadyExists."
This is due to concurrent attempts to create same dv portgroup on same dvSwitch by
manager threads of CPVM and SSVM when both are started at same time.

Fix
===
Synchronize api calls to create/update dvportgroup.
Also maintaing local cache to avoid multiple fetch api calls to vCenter
when multiple threads try to create same object.

Signed-off-by: Sateesh Chodapuneedi <sateesh.chodapuneedi@accelerite.com>
2017-03-02 02:48:06 +05:30
..
src/com/cloud/hypervisor/vmware CLOUDSTACK-3223 Exception observed while creating CPVM in VMware Setup with DVS 2017-03-02 02:48:06 +05:30
test/com/cloud/hypervisor/vmware CLOUDSTACK-9564: Fix NPE due to intermittent test assertion 2016-12-05 16:45:33 +05:30
pom.xml Updating pom.xml version numbers for release 4.9.2.0-SNAPSHOT 2016-12-16 20:48:16 +05:30