Hi, I am using Pacemaker-1.1. - pacemaker : db5e16736cc2682fbf37f81cd47be7d17d5a2364 - glue : 2686:66d5f0c135c9
A monitor is not resumed even if I changed enabled="false" into enabled="true". * 0. monitor is performed periodically. # crm configure show node $id="1" vm1 node $id="2" vm2 primitive prmDummy ocf:pacemaker:Dummy \ op start interval="0s" timeout="60s" on-fail="restart" \ op monitor interval="10s" timeout="60s" on-fail="restart" \ op stop interval="0s" timeout="60s" on-fail="stop" property $id="cib-bootstrap-options" \ dc-version="1.1.7-db5e167" \ cluster-infrastructure="corosync" \ no-quorum-policy="ignore" \ stonith-enabled="false" \ startup-fencing="false" * 1. enabled="false" was added. As a result, monitor stopped. # crm configure edit # crm configure show | grep monitor op monitor interval="10s" enabled="false" timeout="60s" on-fail="restart" \ * 2. Then, monitor is NOT resumed although changed into enabled="true". # crm configure edit # crm configure show | grep monitor op monitor interval="10s" enabled="true" timeout="60s" on-fail="restart" \ ---- Best regards, Kazunori INOUE _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org