[Linux-cluster] GFS and vanilla kernel

Graham Wood linux-cluster at spam.dragonhold.org
Mon Nov 29 22:03:37 UTC 2004


On Mon, Nov 29, 2004 at 03:53:51PM -0600, Qian Liu wrote:
> Graham,
> Could you tell which Linux kernel and distribution 
I'm using Debian (sarge, since stable is just too out of date, and I've never had a problem with sarge (touch wood)).  I'm running a 2.6.9 kernel, but I also had it running off 2.6.8.1

I grab the source from kernel.org, and then compile it up myself - I pick a few options that other people may not (mainly relating to the hardware I've got, which isn't exactly standard) but other than that it's pretty "simple". I've used the make-kpkg stuff from debian to allow me to better manage the created kernels, but that's the only thing "non-vanilla" about it.

> How many nodes? 
2 at the moment - there's a couple of posts from me in the last few days about attempting to put a sparc node in as a 3rd node, but that's not really working out properly at the moment.  If that doesn't work, I've got another x86 motherboard lying around that I'll use to stick a normal 3rd node in the cluster - I like the idea of 3, since I've only really used 2 node clusters (sun, hp, aix) before.

> what does your cluster.conf look like? 
The 2 node config file is pretty much nicked from that usage.txt, since that's what I used to create it, although I don't have any fencing devices:

=======================================
<?xml version="1.0"?>
<cluster name="dragonhold" config_version="1">

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

<nodes>
<node name="ramoth" votes="1">
        <fence>
                <method name="single">
                        <device name="human" ipaddr="canth"/>
                </method>
        </fence>
</node>

<node name="mnementh" votes="1">
        <fence>
                <method name="single">
                        <device name="human" ipaddr="canth"/>
                </method>
        </fence>
</node>
</nodes>

<fence_devices>
        <device name="human" agent="fence_manual"/>
</fence_devices>

</cluster>
=======================================




More information about the Linux-cluster mailing list