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_r374647479
##########
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:
Could it cause regressions for anything others: `LB, INTERNAL_LB_VM,
NETSCALER_VM` cc @weizhouapache @DaanHoogland
----------------------------------------------------------------
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