Comment 3 for bug 369124

Revision history for this message
Andres Rodriguez (andreserl) wrote :

So you are setting up MySQL with DRBD. I'll try to reproduce this. However, I've used this setup, and worked ok. Would you mind modying it so it looks similar? I think you'll only need to add the <operations> tag:

 <primitive class="ocf" id="drbd" provider="heartbeat" type="Filesystem">
    <operations>
       <op id="drbd_mon" interval="120s" name="monitor" timeout="60s"/>
    </operations>
    <instance_attributes id="drbd_inst_attr">
       <attributes>
           <nvpair id="drbd_attr_0" name="device" value="/dev/drbd0"/>
           <nvpair id="drbd_attr_1" name="directory" value="/data"/>
           <nvpair id="drbd_attr_2" name="fstype" value="ext3"/>
       </attributes>
    </instance_attributes>
 </primitive>