DaanHoogland commented on a change in pull request #3575: [WIP DO NOT MERGE]
Health check feature for virtual router
URL: https://github.com/apache/cloudstack/pull/3575#discussion_r365871950
##########
File path:
server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
##########
@@ -1493,8 +1495,8 @@ public boolean performRouterHealthChecks(long routerId) {
throw new CloudRuntimeException("Unable to find router with id " +
routerId);
}
- if (!RouterHealthChecksEnabled.valueIn(router.getDataCenterId())) {
- throw new CloudRuntimeException("Router health checks are not
enabled in cluster router: " + router);
+ if (!RouterHealthChecksEnabled.value()) {
Review comment:
in zone?
----------------------------------------------------------------
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