[Linux-cluster] Re: cluster instability

Shawn Hood shawnlhood at gmail.com
Mon Jun 16 15:57:40 UTC 2008


And here's my cluster.conf:

<?xml version="1.0"?>
<cluster alias="tungsten" config_version="31" name="qualia">
        <fence_daemon post_fail_delay="0" post_join_delay="3"/>
        <clusternodes>
                <clusternode name="odin" votes="1">
                        <fence>
                                <method name="1">
					<device modulename="" name="odin-drac"/>
				</method>
                        </fence>
                </clusternode>
                <clusternode name="hugin" votes="1">
                        <fence>
                                <method name="1">
					<device modulename="" name="hugin-drac"/>
				</method>
                        </fence>
                </clusternode>
                <clusternode name="munin" votes="1">
                        <fence>
                                <method name="1">
					<device modulename="" name="munin-drac"/>
				</method>
                        </fence>
                </clusternode>
                <clusternode name="zeus" votes="1">
                        <fence>
                                <method name="1">
					<device modulename="" name="zeus-drac"/>
				</method>
                        </fence>
                </clusternode>
	</clusternodes>
        <cman expected_votes="1" two_node="0"/>
        <fencedevices>
                <resources/>
                <fencedevice name="odin-drac" agent="fence_drac"
ipaddr="172.26.26.126" login="root" passwd="xxx"/>
                <fencedevice name="hugin-drac" agent="fence_drac"
ipaddr="172.26.26.123" login="root" passwd="xxx"/>
                <fencedevice name="munin-drac" agent="fence_drac"
ipaddr="172.26.26.120" login="root" passwd="xxx"/>
                <fencedevice name="zeus-drac" agent="fence_drac"
ipaddr="172.26.26.122" login="root" passwd="xxx"/>
        </fencedevices>
        <rm>
		<failoverdomains/>
		<resources/>
	</rm>
</cluster>




More information about the Linux-cluster mailing list