Github user sureshanaparti commented on the issue:

    https://github.com/apache/cloudstack/pull/1879
  
    @nvazquez Thanks for testing the changes. Tested these changes in ESXi 
6.0.0, Build 3620759 on vCenter 60U2. I had already looked at the link you 
provided while fixing this. I observed the same error on vSphere while testing 
the changes and fixed this. This is because the VR instance already exists in 
the vCenter. Below code fixes that issue:
    
    `clusterDasVmConfigSpec.setOperation(vmAlreadyExists ? 
ArrayUpdateOperation.EDIT : ArrayUpdateOperation.ADD); ` 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to