-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12369/
-----------------------------------------------------------

Review request for cloudstack, Chip Childers, Kelven Yang, Sateesh 
Chodapuneedi, and Hugo Trippaers.


Bugs: CLOUDSTACK-3425


Repository: cloudstack-git


Description
-------

The VR gets plumbed with 5 interfaces (passed to vmware resource as nicTOs) but 
only three of them are initialized. The other two aren't used rightaway until 
configured later. The extra configs being built and passed on to ESX as part of 
NVP integration is copying over all the 5 nic configs but two of them don't 
have uuids, so the VM reconfigure task fails because of unset values of 
nvp-iface* and VR startup fails. Fixing this by ignoring those unused 
interfaces when building extra configs.


Diffs
-----

  
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
 372cc1b 

Diff: https://reviews.apache.org/r/12369/diff/


Testing
-------

With the fix, the VR comes up successfully, and guest VMs get created.


Thanks,

Venkata Siva Vijayendra Bhamidipati

Reply via email to