Comment 5 for bug 369124

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

Well the first thing to do, is to bring up DRBD and then mount it. So you need something like this first:

               <primitive class="heartbeat" id="drbd_disk" provider="heartbeat" type="drbddisk">
                    <operations>
                        <op id="drbd_disk_mon" interval="120s" name="monitor" timeout="60s"/>
                    </operations>
                    <instance_attributes id="drbd_disk_inst_attr">
                        <attributes>
                            <nvpair id="drbd_disk_attr_1" name="1" value="stacked-resource"/>
                        </attributes>
                    </instance_attributes>
                </primitive>

And after this, you use what I've posted above.