<div dir="ltr">Thanks Andrei. Added the logs and found pings happening every X sec.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Oct 9, 2020 at 11:40 AM Andrei Borzenkov <<a href="mailto:arvidjaar@gmail.com">arvidjaar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">09.10.2020 08:21, Rohit Saini пишет:<br>
> Hi Team,<br>
> I am using  ocf:pacemaker:ping resource to check aliveness of a machine<br>
> every X seconds. As I understand, monitor interval 'Y' will cause ping to<br>
> happen every 'Y' seconds. So, for my case, Y should be equal to X?<br>
> I do not see this behavior though. I see pings happening every 7 seconds.<br>
<br>
No. What you see is ping *failing* every 7 seconds (BTW second interval<br>
is 9 seconds, not 7). If you want to see every ping, add debug output to<br>
agent to log also successful ping.<br>
<br>
> 1) How is 7 sec coming here?<br>
> 2) What do I need to do to make ping happen every X seconds.<br>
> <br>
> *Configuration:*<br>
> pcs resource delete rsc1<br>
> pcs resource create rsc1 ocf:pacemaker:ping host_list="192.168.168.3"<br>
> debug=true attempts=3 timeout=200ms<br>
> pcs resource update rsc1 op monitor interval=2s<br>
> <br>
> *Pcs config:*<br>
> [root@rohit-abc1 ~]# pcs config<br>
> Cluster Name: ucc1<br>
> Corosync Nodes:<br>
>  rohit-abc1 rohit-abc2<br>
> Pacemaker Nodes:<br>
>  rohit-abc1 rohit-abc2<br>
> <br>
> Resources:<br>
>  Master: ucc1-master<br>
>   Meta Attrs: master-node-max=1 clone-max=2 ordered=true master-max=1<br>
> notify=true clone-node-max=1<br>
>   Resource: ucc1 (class=ocf provider=pw type=uc)<br>
>    Attributes: state=/var/run/uc/role<br>
>    Operations: demote interval=0 on-fail=restart timeout=20<br>
> (ucc1-demote-interval-0)<br>
>                monitor interval=10 role=Master timeout=20<br>
> (ucc1-monitor-interval-10)<br>
>                monitor interval=11 role=Slave timeout=20<br>
> (ucc1-monitor-interval-11)<br>
>                promote interval=0 on-fail=restart timeout=20<br>
> (ucc1-promote-interval-0)<br>
>                start interval=0s timeout=20 (ucc1-start-interval-0s)<br>
>                stop interval=0s timeout=20 (ucc1-stop-interval-0s)<br>
>  Resource: rsc1 (class=ocf provider=pacemaker type=ping)<br>
>   Attributes: attempts=3 debug=true host_list=192.168.168.3 timeout=200ms<br>
>   Operations: monitor interval=2s (rsc1-monitor-interval-2s)<br>
>               start interval=0s timeout=60 (rsc1-start-interval-0s)<br>
>               stop interval=0s timeout=20 (rsc1-stop-interval-0s)<br>
> <br>
> *Output:*<br>
> [root@rohit~]# taillog |grep 192.168.168.3<br>
> 2020-10-09T05:16:54.628154+00:00 rohit ping(rsc1)[1721]: WARNING:<br>
> 192.168.168.3 is inactive<br>
> 2020-10-09T05:17:01.427983+00:00 rohit ping(rsc1)[1778]: WARNING:<br>
> 192.168.168.3 is inactive<br>
> 2020-10-09T05:17:10.194989+00:00 rohit ping(rsc1)[1858]: WARNING:<br>
> 192.168.168.3 is inactive<br>
> <br>
> Thanks,<br>
> Rohit<br>
> <br>
> <br>
> _______________________________________________<br>
> Manage your subscription:<br>
> <a href="https://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.clusterlabs.org/mailman/listinfo/users</a><br>
> <br>
> ClusterLabs home: <a href="https://www.clusterlabs.org/" rel="noreferrer" target="_blank">https://www.clusterlabs.org/</a><br>
> <br>
<br>
_______________________________________________<br>
Manage your subscription:<br>
<a href="https://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.clusterlabs.org/mailman/listinfo/users</a><br>
<br>
ClusterLabs home: <a href="https://www.clusterlabs.org/" rel="noreferrer" target="_blank">https://www.clusterlabs.org/</a><br>
</blockquote></div>