rhtyd commented on a change in pull request #3864: Ignore site to site vpn
status check on internallbvm
URL: https://github.com/apache/cloudstack/pull/3864#discussion_r376695024
##########
File path:
server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
##########
@@ -885,6 +885,10 @@ public void doInTransactionWithoutResult(final
TransactionStatus status) {
@DB
protected void updateSite2SiteVpnConnectionState(final
List<DomainRouterVO> routers) {
for (final DomainRouterVO router : routers) {
+ if (router.getRole() != Role.VIRTUAL_ROUTER) {
Review comment:
@ravening can you change the conditional to: `router.getRole() ==
INTERNAL_LB_VM`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services