Skip to content
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

One primitive returning an error on commit when setting up Pacemaker #3

Open
ak2766 opened this issue Jul 11, 2020 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@ak2766
Copy link

ak2766 commented Jul 11, 2020

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:

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.

@ak2766 ak2766 changed the title One primitive returning an error on commit One primitive returning an error on commit when setting up Pacemaker Jul 11, 2020
@developweekly developweekly added the bug Something isn't working label Sep 14, 2020
@developweekly developweekly self-assigned this Sep 14, 2020
@developweekly
Copy link
Owner

developweekly commented Sep 14, 2020

Thanks for reporting, I will update the post once I assure which versions require this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants