<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>I have a pacemaker / corosync / cman cluster running on redhat 6.6.<br></div>Although cluster is working as expected, I have some trace of old failures (several monthes ago) I can't gert rid of.<br></div>Basically I have set cluster-recheck-interval="300" and failure-timeout="600" (in rsc_defaults) as shown bellow:<br><br>property $id="cib-bootstrap-options" \<br>    dc-version="1.1.10-14.el6-368c726" \<br>    cluster-infrastructure="cman" \<br>    expected-quorum-votes="2" \<br>    no-quorum-policy="ignore" \<br>    stonith-enabled="false" \<br>    last-lrm-refresh="1429702408" \<br>    maintenance-mode="false" \<br>    cluster-recheck-interval="300"<br>rsc_defaults $id="rsc-options" \<br>    failure-timeout="600"<br><br></div>So I would expect old failure to be purged from the cib long ago, but actually I have the following when issuing crm_mon -frA1.<br><br>Migration summary:<br>* Node host1: <br>   etc_ml_drbd: migration-threshold=1000000 fail-count=244 last-failure='Sat Feb 14 17:04:05 2015'<br>   spool_postfix_drbd_msg: migration-threshold=1000000 fail-count=244 last-failure='Sat Feb 14 17:04:05 2015'<br>   lib_ml_drbd: migration-threshold=1000000 fail-count=244 last-failure='Sat Feb 14 17:04:05 2015'<br>   lib_imap_drbd: migration-threshold=1000000 fail-count=244 last-failure='Sat Feb 14 17:04:05 2015'<br>   spool_imap_drbd: migration-threshold=1000000 fail-count=11654 last-failure='Sat Feb 14 17:04:05 2015'<br>   spool_ml_drbd: migration-threshold=1000000 fail-count=244 last-failure='Sat Feb 14 17:04:05 2015'<br>   documents_drbd: migration-threshold=1000000 fail-count=248 last-failure='Sat Feb 14 17:58:55 2015'<br>* Node host2 <br>   documents_drbd: migration-threshold=1000000 fail-count=548 last-failure='Sat Feb 14 16:26:33 2015'<br><br></div>I have tried to crm_failcount -D the resources also tried cleanup... but it's still there!<br></div>How can I get reid of those record (so my monitoring tools stop complaining) .<br><br></div>Regards.</div>