<div dir="ltr"><div><div><div><div><div><div>Hi, Gurus:<br></div>I've a simple master-slave setup for a mirrored DRBD storage: This storage is written by a daemon Java application server to produce transaction data.<br>
node Lhs072gkz \<br>        attributes standby="on"<br>node Lpplj9jb4<br>node Lvoim0kaw<br>primitive drbd1 ocf:linbit:drbd \<br>        params drbd_resource="r0" \<br>        op monitor interval="15s"<br>
ms ms_drbd1 drbd1 \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"<br>location drbd-fence-by-handler-ms_drbd1 ms_drbd1 \<br>
        rule $id="drbd-fence-by-handler-rule-ms_drbd1" $role="Master" -inf: #uname ne <br>Lpplj9jb4<br><br></div>It seems Split-Brains is very likely to happen when I reboot the slave machine even the Java application is just writing nothing on the DRBD storage.<br>
</div>Is this an expected behavior?<br></div><br></div>And I found some topics about automatically recover from Split-Brain for DRBD () It just says to put some configurations in DRBD, all things should work. Is this a good practice?<br>
</div>Thanks.<br></div>