It does not show anything new because your command `pcs resource op monitor interval=15m vmware_fence` is not a valid pcs command. There is a bug in pcs so when this command is executed, pcs does nothing and exits with 0. It should report the command does not exist.

I think you meant:
pcs resource op add vmware_fence monitor interval=15m

Ragards,
Tomas


Dne 3.8.2018 v 02:26 Casey Allen Shobe napsal(a):
Eh?  Then why does pcs config show nothing new after that command is run?

On Aug 1, 2018, at 3:08 PM, Ken Gaillot <[email protected]> wrote:

A resource can have more than one monitor, so that command by itself
just adds a second monitor. You have to delete the original one
separately with pcs resource op remove.
_______________________________________________
Users mailing list: [email protected]
https://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

_______________________________________________
Users mailing list: [email protected]
https://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to