<div dir="ltr"><span style="font-size:12.8px">Ulrich,</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I found your email from 2011 which explains how pending state can be tracked =)</span></div><div><span style="font-size:12.8px">Looks like since than "crm_mon" also shows "Starting" and "Stopping" statuses, if it is called with "--pending" argument (and "</span><span style="color:rgb(0,0,0);white-space:pre-wrap">record-pending=true" is set</span><span style="font-size:12.8px">).</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Here is how my script for checking will look like:</span></div><div><span style="font-size:12.8px"><br></span></div><div><div><span style="font-size:12.8px">while crm_mon -1D --pending | grep res1 | grep -q 'Starting\|Stopping' ; do</span></div><div><span style="font-size:12.8px">    echo The resource is Starting or Stopping ...</span></div><div><span style="font-size:12.8px">    sleep 1</span></div><div><span style="font-size:12.8px">done</span></div></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thank you guys!</span></div><div><span style="font-size:12.8px"><br></span></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Thank you,<div>Kostia</div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Nov 23, 2016 at 10:29 AM, Ulrich Windl <span dir="ltr"><<a href="mailto:Ulrich.Windl@rz.uni-regensburg.de" target="_blank">Ulrich.Windl@rz.uni-regensburg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">>>> Ken Gaillot <<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>> schrieb am 22.11.2016 um 21:37 in Nachricht<br>
<<a href="mailto:f0f0553c-29e7-fd99-d1fe-66ba3d1a8075@redhat.com">f0f0553c-29e7-fd99-d1fe-<wbr>66ba3d1a8075@redhat.com</a>>:<br>
[...]<br>
<span class="">> Probably the cleanest way is to set record-pending=true (either as an<br>
</span>[...]<br>
I had set that on even before our pacemeker version supported it ;-) I think that should be the default, because you get a much better status output, especially if operations can take minutes to complete.<br>
<br>
Regards,<br>
Ulrich<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://clusterlabs.org/<wbr>mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/<wbr>doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br></div>