DaanHoogland commented on code in PR #13753:
URL: https://github.com/apache/cloudstack/pull/13753#discussion_r3688371865


##########
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/HypervisorHostHelper.java:
##########
@@ -649,7 +649,8 @@ public static Pair<ManagedObjectReference, String> 
prepareNetwork(String physica
                 bWaitPortGroupReady = false;
             } else if (BroadcastDomainType.NSX == broadcastDomainType && 
Objects.nonNull(netName)){
                 networkName = netName;
-                bWaitPortGroupReady = false;
+                // NSX creates the segment outside vCenter, where its backing 
DV port group may not be immediately visible.

Review Comment:
   I don’t think we need this comment, but soit.
   
   ```suggestion
   ```



-- 
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]

Reply via email to