Linux 如何配置;“清除过期故障计数”;使用起搏器的时间

Linux 如何配置;“清除过期故障计数”;使用起搏器的时间,linux,cluster-computing,heartbeat,pacemaker,Linux,Cluster Computing,Heartbeat,Pacemaker,我在使用起搏器和corosync时遇到故障计数问题 我的/var/log/messages文件: Dec 23 22:19:36 node1 attrd[1922]: notice: attrd_perform_update: Sent update 81: fail-count-named=1 我最后一次失败是在12月23日22:19:36 但几分钟后: Dec 23 22:34:47 node1 pengine[1923]: notice: unpack_rsc_op: Clearing

我在使用起搏器和corosync时遇到故障计数问题

我的/var/log/messages文件:

Dec 23 22:19:36 node1 attrd[1922]: notice: attrd_perform_update: Sent update 81: fail-count-named=1
我最后一次失败是在12月23日22:19:36

但几分钟后:

Dec 23 22:34:47 node1 pengine[1923]: notice: unpack_rsc_op: Clearing expired failcount for named:0 on node1 
Dec 23 22:34:47 node1 pengine[1923]: notice: unpack_rsc_op: Re-initiated expired calculated failure named_last_failure_0 (rc=7, magic=0:7;21:32:0:f1d80836-3649-45c5-abd5-8c7d4ef5d7f9) on node1 
故障计数已被删除。大约需要15分钟

My cib.xml:

<nvpair id="rs-resource-stickiness" name="resource-stickiness" value="300"/>
<nvpair id="rs_defaults_migration-threshold" name="migration-threshold" value="3"/>
<nvpair id="rs_defaults_failure-timeout" name="failure-timeout" value="60s"/>


我不知道故障计数过期时间存储在哪里,以及如何配置或删除它?

当我们需要配置自动过期故障计数时,我们可以将
群集重新检查间隔
故障超时
结合起来。当我们想要禁用它时,使用
failure timeout=0