GabrielBrascher commented on pull request #4978: URL: https://github.com/apache/cloudstack/pull/4978#issuecomment-926607182
@NuxRo `http://10.0.33.2:8080/check-neighbour/10.0.34.165:8080` should return Up, in case the helper is running. ``` ~$ curl http://kvm1:8080/check-neighbour/kvm2:8080 {"status": "Up"} ``` Note that this regards to the KVM HA helper that we've added; therefore it might return `Down` even if the `clodustack-agent` is `Up` in case the KVM HA helper is down; on the other way, it might also return Up if the `clodustack-agent` is `Down` and the KVM HA helper is `Up`. Can you please share a bit more details on your test so I can reproduce? -- 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]
