You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/02/05 11:19:04 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #3864: Ignore site to site vpn status check on internallbvm

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

 ##########
 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:
   Do we have netscaler users present and active?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services