harikrishna-patnala commented on a change in pull request #5912:
URL: https://github.com/apache/cloudstack/pull/5912#discussion_r796286586
##########
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:
Yes, after restart any unused reserved nics will be removed. Any nics
which are in use will continue to serve.
--
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]