[DRBD-user] drbd with gfs2

Mike Zupan hijinks at gmail.com
Tue May 13 19:40:28 CEST 2008

Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.


On 5/13/08, drbd at bobich.net <drbd at bobich.net> wrote:
>
> You need to set up your fencing devices in /etc/cluster/cluster.conf.
>
> In each <clusternode> section you need a block like
> <fence>
>        <method name = "foo">
>                <device name = "fence_foo"/>
>        </method>
> </fence>
>
> And then after </clusternodes> a block like:
>
> <fencedevices>
>        <fencedevice ........>
>        <fencedevice ........>
> </fencedices>


It seems I do have all that setup


<?xml version="1.0"?>

<cluster alias="lolcats" config_version="41" name="lolcats">

<cman expected_votes="2" two_node="1"/>

<clusternodes>

<clusternode name="njrh-testdfs1.fxserver.com" nodeid="1" votes="1">

<fence>

<method name="1">

<device domain="njrh-testdfs1.fxserver.com" name="xvm"/>

</method>

</fence>

</clusternode>

<clusternode name="njrh-testdfs2.fxserver.com" nodeid="2" votes="1">

<fence>

<method name="1">

<device domain="njrh-testdfs2.fxserver.com" name="xvm"/>

</method>

</fence>

</clusternode>

</clusternodes>

<fencedevices>

<fencedevice agent="fence_xvm" name="xvm"/>

</fencedevices>

<rm/>

</cluster>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20080513/83e0e205/attachment.htm>


More information about the drbd-user mailing list