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
Running the commit command while setting up Pacemake, I got this error:
commit
WARNING: drbd_nfs: action 'monitor' not found in Resource Agent meta-data
Googling that error, I found out that this:
primitive drbd_nfs ocf:linbit:drbd \ params drbd_resource=r0 \ op monitor interval=15s
Should be replaced with this:
primitive drbd_nfs ocf:linbit:drbd \ params drbd_resource=r0 \ op monitor interval=15s role="Master" \ op monitor interval=30s role="Slave
After making this change, running commit applied without further errors.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, I will update the post once I assure which versions require this change.
Sorry, something went wrong.
developweekly
No branches or pull requests
Running the
commit
command while setting up Pacemake, I got this error:WARNING: drbd_nfs: action 'monitor' not found in Resource Agent meta-data
Googling that error, I found out that this:
Should be replaced with this:
After making this change, running
commit
applied without further errors.The text was updated successfully, but these errors were encountered: