We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fence_xvm -H vmname -o monitor does nothing for tcp multicast.
fence_xvm -H vmname -o monitor
This causes pacemaker to assume that stonith resource is always ok, regardless if it is configured correctly or not.
From quick look at the code it seems that it is not implemented.
The text was updated successfully, but these errors were encountered:
The monitor action should only report if it cant connect to fence_virtd or similar errors (so Pacemaker can show running, failed, etc).
If you want the status of a VM you'll have to use -o status.
Sorry, something went wrong.
No branches or pull requests
fence_xvm -H vmname -o monitor
does nothing for tcp multicast.This causes pacemaker to assume that stonith resource is always ok, regardless if it is configured correctly or not.
From quick look at the code it seems that it is not implemented.
The text was updated successfully, but these errors were encountered: