<br><div class="gmail_quote">On 24 September 2010 00:03, Lars Ellenberg <span dir="ltr">&lt;<a href="mailto:lars.ellenberg@linbit.com">lars.ellenberg@linbit.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Mon, Sep 20, 2010 at 10:18:49PM +0200, Pavlos Parissis wrote:<br>
&gt; Hi,<br>
&gt; I was testing the testing crm-fence-peer.sh on heartbeat/pacemaker<br>
&gt; cluster and I was wondering if the message &quot; Remote node did not<br>
&gt; respond&quot; which I got 3 times, is normal.<br>
&gt; For the simulation I used iptables on the slave to break the<br>
&gt; communication link between the master and slave. The drbd noticed<br>
&gt; immediately the broken link and invoked the crm-fence-peer.sh.<br>
<br>
<br>
</div></div>Yes.<br>
<a href="http://git.linbit.com/?p=drbd-8.3.git;a=blob;f=scripts/crm-fence-peer.sh;h=ea461f884963e7fe9c1d21ca97d74cdc4fb27285;hb=68ee998421a014e931b398ed21fd738c9e9a5d12#l322" target="_blank">http://git.linbit.com/?p=drbd-8.3.git;a=blob;f=scripts/crm-fence-peer.sh;h=ea461f884963e7fe9c1d21ca97d74cdc4fb27285;hb=68ee998421a014e931b398ed21fd738c9e9a5d12#l322</a><br>

<br>
(That url is ugly, I meant to say look at lines around 322 in that script.)<br>
<br>
We start with a timeout of 1 second,<br>
apparently that is not enough in your setup to get an answer.<br>
<br>
If the message disturbs you, feel free to increase the initial timeout there.<br>
- local cibtimeout=10<br>
+ local cibtimeout=29<br>
<br>
(or something like that).<br>
<br></blockquote></div><br>Thanks for the clarification. I am not going to hack the script, the error doesn&#39;t worth the hassle of maintaing a hacked script.<br><br>Thanks again,<br>Pavlos<br>