ravening commented on a change in pull request #5723:
URL: https://github.com/apache/cloudstack/pull/5723#discussion_r759679795
##########
File path:
server/src/main/java/com/cloud/network/element/VpcVirtualRouterElement.java
##########
@@ -348,6 +348,9 @@ public Provider getProvider() {
//1st time it runs the domain router of the VM shall be returned
List<DomainRouterVO> routers = super.getRouters(network, dest);
+ if (routers == null) {
Review comment:
@weizhouapache vpc tier was already added successfully but when i tried
to deploy a vm in that tier, it failed because of libvirt issue and also the vm
deployment failed saying "internal server error". In the logs I could see that
there NPE at this code location. So I navigated to networks -> select vpc tier
-> virtual routers, it was empty. for other tiers in the same vpc, i could see
VR
--
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]