-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VR Healthcheck Fails when a VPC is created, but there are no VMs created in the VPC yet. #10088
Comments
@btzq , did you fix a healthcheck script for this? |
@DaanHoogland what do you mean by that? |
sorry for the hasty vague question. What is the health check you saw an error in? |
it looks like "Expected results" and "actual results" should be swapped. webserver/apache2 (use for metadata/userdata service) is not started if there is no vpc tiers. |
yes, sounds like at least one of the check script could be improved. I am trying to figure out which one though. (Maybe it is the starting of the entire run from the java code that should be inhibited) |
@DaanHoogland no we didnt make any changes to the healthcheck script. Is there any workaround for us at the moment? We’re getting lots of false alarms. |
@btzq , that would involve finding the right check script and adjust it to not cause an alarm, or disable the specific check alltogether. |
yes, there is a global setting |
@weizhouapache will this disable all my healthchecks? I prefer to have the healthchecks, maybe just with the webserver one adjusted. |
@btzq ps: I have not tested it yet |
Ah, that wont do. Actually healthchecks are pretty useful to us, cause usually when it shoots, it really does present something that is wrong. Its only the webserver part thats misleading to us right now. So we cant afford to turn off all health checks. |
@btzq |
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
When a VPC is created, a VR is spawned.
But, when the VPC does not have any VMs created in it yet, the VR Healthcheck fails with the following error: webserver.service service down at last check
This gives lots of false alarms for the Cloud Operator because we cant control when the user has created a network or vm or not. The healthcheck fail should only fire if there really is an issue with the router.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: