<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
An off-list respondent suggested that I post my drbd.conf - I dont'
have any reboot options in there (that are being used) - but I may be
missing something. (Below)<br>
<br>
Please note that reboot-sane (a custom reboot script) emails me, writes
to a file, waits 2 seconds, then reboots the system and is NOT being
called in the situation I describe (that's what i originally thought
was happening)<br>
<br>
#<br>
# drbd.conf<br>
# <br>
<br>
skip {<br>
<br>
}<br>
<br>
global {<br>
&nbsp;&nbsp;&nbsp; # minor-count 64;<br>
&nbsp;&nbsp;&nbsp; # dialog-refresh 5; # 5 seconds<br>
&nbsp;&nbsp;&nbsp; usage-count yes;<br>
}<br>
<br>
common {<br>
&nbsp; syncer { rate 60M; }<br>
&nbsp; protocol C;<br>
}<br>
<br>
resource shared {<br>
<br>
&nbsp; handlers {<br>
&nbsp;&nbsp;&nbsp; pri-on-incon-degr "echo 'DRBD: Inconsistent - Rebooting.' &gt;&gt;
/var/log/drbd.log ; /usr/local/sbin/reboot-sane";<br>
&nbsp;&nbsp;&nbsp; pri-lost-after-sb "echo 'DRBD: A split brain situation occured.
This node lost. Rebooted' &gt;&gt; /var/log/drbd.log ;
/usr/local/sbin/reboot-sane";<br>
&nbsp;&nbsp;&nbsp; local-io-error "echo 'DRBD: A local IO error occurred, rebooting.'
&gt;&gt; /var/log/drbd.log ; /usr/local/sbin/reboot-sane";<br>
&nbsp;&nbsp;&nbsp; pri-lost "echo 'DRBD: Pri-lost, check log files.'
&gt;&gt; /var/log/drbd.log ; /usr/local/sbin/reboot-sane";<br>
<br>
&nbsp;&nbsp;&nbsp; outdate-peer "/usr/lib/heartbeat/drbd-peer-outdater -t 5 -r shared
-p dean"; # NB: The machine we're on now is torvil, the -p option here
is different on the other host<br>
&nbsp;&nbsp;&nbsp; <br>
<br>
&nbsp;&nbsp;&nbsp; split-brain "echo 'DRBD: A split-brain situation occurred and was
resolved successfully.' &gt;&gt; /var/log/drbd.log";<br>
&nbsp; }<br>
<br>
&nbsp; startup {<br>
&nbsp;&nbsp;&nbsp; wfc-timeout&nbsp; 15;<br>
<br>
&nbsp;&nbsp;&nbsp; degr-wfc-timeout 30;<br>
<br>
&nbsp;&nbsp;&nbsp; # In case you are using DRBD for GFS/OCFS2 you want that the<br>
&nbsp;&nbsp;&nbsp; # startup script promotes it to primary. Nodenames are also<br>
&nbsp;&nbsp;&nbsp; # possible instead of "both".<br>
&nbsp;&nbsp;&nbsp; become-primary-on both;<br>
&nbsp; }<br>
<br>
&nbsp; disk {<br>
&nbsp;&nbsp;&nbsp; on-io-error&nbsp;&nbsp; detach;<br>
<br>
&nbsp;&nbsp;&nbsp; fencing resource-only;<br>
&nbsp; }<br>
<br>
&nbsp; net {<br>
<br>
&nbsp;&nbsp;&nbsp; # timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 60;&nbsp;&nbsp;&nbsp; #&nbsp; 6 seconds&nbsp; (unit = 0.1 seconds)<br>
&nbsp;&nbsp;&nbsp; # connect-int&nbsp;&nbsp; 10;&nbsp;&nbsp;&nbsp; # 10 seconds&nbsp; (unit = 1 second)<br>
&nbsp;&nbsp;&nbsp; # ping-int&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10;&nbsp;&nbsp;&nbsp; # 10 seconds&nbsp; (unit = 1 second)<br>
&nbsp;&nbsp;&nbsp; # ping-timeout&nbsp;&nbsp; 5;&nbsp;&nbsp;&nbsp; # 500 ms (unit = 0.1 seconds)<br>
<br>
&nbsp;&nbsp;&nbsp; # max-buffers&nbsp;&nbsp;&nbsp;&nbsp; 2048;<br>
<br>
&nbsp;&nbsp;&nbsp; # unplug-watermark&nbsp;&nbsp; 128;<br>
<br>
&nbsp;&nbsp;&nbsp; # max-epoch-size&nbsp; 2048;<br>
<br>
&nbsp;&nbsp;&nbsp; ko-count 4;<br>
<br>
&nbsp;&nbsp;&nbsp; allow-two-primaries;<br>
<br>
&nbsp;&nbsp;&nbsp; cram-hmac-alg "sha256";<br>
&nbsp;&nbsp;&nbsp; shared-secret "w405FDS^%tngpDSFg^";<br>
<br>
&nbsp;&nbsp;&nbsp; after-sb-0pri discard-older-primary;<br>
&nbsp;&nbsp;&nbsp; after-sb-1pri discard-secondary;<br>
&nbsp;&nbsp;&nbsp; after-sb-2pri call-pri-lost-after-sb;<br>
<br>
&nbsp;&nbsp;&nbsp; rr-conflict call-pri-lost;<br>
<br>
&nbsp; }<br>
<br>
&nbsp; syncer {<br>
&nbsp;&nbsp;&nbsp; al-extents 257;<br>
&nbsp; }<br>
<br>
&nbsp; on torvil {<br>
&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>
&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/md4;<br>
&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp;&nbsp; 10.0.0.2:7788;<br>
&nbsp;&nbsp;&nbsp; meta-disk&nbsp; /dev/md5[0];<br>
&nbsp; }<br>
<br>
&nbsp; on dean {<br>
&nbsp;&nbsp;&nbsp; device&nbsp;&nbsp;&nbsp; /dev/drbd0;<br>
&nbsp;&nbsp;&nbsp; disk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /dev/md4;<br>
&nbsp;&nbsp;&nbsp; address&nbsp;&nbsp; 10.0.0.3:7788;<br>
&nbsp;&nbsp;&nbsp; meta-disk /dev/md5[0];<br>
&nbsp; }<br>
}<br>
<br>
<br>
<br>
Henri Cook wrote:
<blockquote cite="mid:48C25924.7020206@theplayboymansion.net"
 type="cite">
  <pre wrap="">Please, can anyone help? This is severely affecting my setup

If I start say, an FTP file transfer to my drbd /shared directory on
node A, then reboot node B which is the other machine in the
Primary-Primary configuration DRBD on node A register's a NetworkFailure
which appears to trigger a reboot action - I can't find anywhere to
define this behaviour, i'd very much like to stop the reboot happening.

So to confirm behaviour, during a transfer to A onto /shared, if I
reboot B as soon as A loses the connection to B, A reboots also -
cripping the pair.

Henri
_______________________________________________
drbd-user mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a>
<a class="moz-txt-link-freetext"
 href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a>
  </pre>
</blockquote>
<font color="#000099" face="Trebuchet MS" size="2"><span
 style="font-size: 10pt; font-family: Verdana; color: navy;"
 lang="EN-GB"><st1:place w:st="on"><st1:country-region w:st="on"></st1:country-region></st1:place></span></font><br>
<font color="#000099" face="Trebuchet MS"><br>
</font><br>
<br>
Henri Cook wrote:
<blockquote cite="mid:48C25924.7020206@theplayboymansion.net"
 type="cite">
  <pre wrap="">Please, can anyone help? This is severely affecting my setup

If I start say, an FTP file transfer to my drbd /shared directory on
node A, then reboot node B which is the other machine in the
Primary-Primary configuration DRBD on node A register's a NetworkFailure
which appears to trigger a reboot action - I can't find anywhere to
define this behaviour, i'd very much like to stop the reboot happening.

So to confirm behaviour, during a transfer to A onto /shared, if I
reboot B as soon as A loses the connection to B, A reboots also -
cripping the pair.

Henri
_______________________________________________
drbd-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:drbd-user@lists.linbit.com">drbd-user@lists.linbit.com</a>
<a class="moz-txt-link-freetext" href="http://lists.linbit.com/mailman/listinfo/drbd-user">http://lists.linbit.com/mailman/listinfo/drbd-user</a>
  </pre>
</blockquote>
</body>
</html>