sureshanaparti commented on a change in pull request #5912:
URL: https://github.com/apache/cloudstack/pull/5912#discussion_r796259506
##########
File path:
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VmwareVmImplementer.java
##########
@@ -227,7 +227,7 @@ private void
configureDomainRouterNicsAndDetails(VirtualMachineProfile vm, Virtu
long networkId = publicNicProfile.getNetworkId();
NetworkVO network = networkDao.findById(networkId);
- for (; i < nics.length + vmwareMgr.getRouterExtraPublicNics();
i++) {
+ for (; i < nics.length; i++) {
Review comment:
after upgrade, does this remove any existing extra nics in the domain
router after restart?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]