hsato03 commented on code in PR #8654:
URL: https://github.com/apache/cloudstack/pull/8654#discussion_r1536169318


##########
server/src/main/java/com/cloud/network/vpc/VpcManagerImpl.java:
##########
@@ -1983,6 +1995,19 @@ public void doInTransactionWithoutResult(final 
TransactionStatus status) {
         });
     }
 
+    protected boolean existsVpcDomainRouterWithSufficientNicCapacity(long 
vpcId) {
+        int countRouterDefaultNics = 2;
+        long countVpcNetworks = _ntwkDao.countVpcNetworks(vpcId);
+        List<DomainRouterVO> vpcDomainRoutersVO = 
routerDao.listNoRedundantRouterByVpcId(vpcId);

Review Comment:
   There was a misunderstanding on my part. I changed the implementation.



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