<p dir="ltr">Hello Brian,</p>
<p dir="ltr">Try to define two &quot;op monitor&quot; with role=&quot;Master&quot; and &quot;Slave&quot; for drbd resource like this;<br>
primitive res_drbd_1 ocf:linbit:drbd \<br>
        params drbd_resource=acl_shared \<br>
        operations $id=res_drbd_1-operations \<br>
        op start interval=0 timeout=240 \<br>
        op promote interval=0 timeout=90 \<br>
        op demote interval=0 timeout=90 \<br>
        op stop interval=0 timeout=100 \<br>
        op monitor interval=10 timeout=20 role=&quot;Master&quot; \<br>
        op monitor interval=11 timeout=20 role=&quot;Slave&quot; \<br>
        op notify interval=0 timeout=90</p>
<p dir="ltr">regards,<br>
Takehiro Matsushima</p>