Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Well, that's why GFS stops working. You need to work out why it's failing. I've never used that particular fencing device, so I can't help you, but checking through the documentation for the xvm fencing agent might be a good start. If that doesn't tell you what you need, try asking on the redhat clustering (RHCE) mailing list. That would be the right place to ask, rather than here as it has nothing at all to do with DRBD. Gordan Mike Zupan wrote: > It really doesn't say anything.. just fencing has failed to the other > down node > > On 5/13/08, *Gordan Bobic* <drbd at bobich.net <mailto:drbd at bobich.net>> wrote: > > Check what /var/log/messages on the remaining node says. It will > tell you if/why fencing is failing. > > Gordan > > Mike Zupan wrote: > > > > On 5/13/08, *drbd at bobich.net <mailto:drbd at bobich.net> > <mailto:drbd at bobich.net <mailto:drbd at bobich.net>>* > <drbd at bobich.net <mailto:drbd at bobich.net> > <mailto:drbd at bobich.net <mailto: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 > <http://njrh-testdfs1.fxserver.com> > <http://njrh-testdfs1.fxserver.com>" nodeid="1" votes="1"> > > <fence> > > <method name="1"> > > <device domain="njrh-testdfs1.fxserver.com > <http://njrh-testdfs1.fxserver.com> > <http://njrh-testdfs1.fxserver.com>" name="xvm"/> > > </method> > > </fence> > > </clusternode> > > <clusternode name="njrh-testdfs2.fxserver.com > <http://njrh-testdfs2.fxserver.com> > <http://njrh-testdfs2.fxserver.com>" nodeid="2" votes="1"> > > <fence> > > <method name="1"> > > <device domain="njrh-testdfs2.fxserver.com > <http://njrh-testdfs2.fxserver.com> > <http://njrh-testdfs2.fxserver.com>" name="xvm"/> > > </method> > > </fence> > > </clusternode> > > </clusternodes> > > <fencedevices> > > <fencedevice agent="fence_xvm" name="xvm"/> > > </fencedevices> > > <rm/> > > </cluster> > > > > > _______________________________________________ > drbd-user mailing list > drbd-user at lists.linbit.com <mailto:drbd-user at lists.linbit.com> > http://lists.linbit.com/mailman/listinfo/drbd-user > >