Hi,
I'm newbie to clustering. I set up a 2 nodes cluster.
I don't claim any special.
I just want 2 linuxes to see the same GFS partition on an IBM storage.
It works but if one of the cluster members fails the other one slows
down. Mainly when I try to come at the mounted GFS partition.
What can be the problem?
thanks in advance
Attila
cluster.conf:
<?xml version="1.0"?>
<cluster config_version="1" name="ldap">
<fence_daemon clean_start="1" post_fail_delay="0" post_join_delay="3"/>
<clusternodes>
<clusternode name="umbilical-cord1" votes="1">
<fence>
<method name="1">
<device ipaddress="192.168.200.1"
name="manual"/>
</method>
</fence>
</clusternode>
<clusternode name="umbilical-cord2" votes="1">
<fence>
<method name="1">
<device ipaddress="192.168.200.2"
name="manual"/>
</method>
</fence>
</clusternode>
</clusternodes>
<cman two_node="1" expected_votes="1">
</cman>
<fencedevices>
<fencedevice agent="fence_manual" name="manual"/>
</fencedevices>
<rm>
<failoverdomains/>
<resources/>
</rm>
</cluster>
ha.cf:
logfile /var/log/ha-log
logfacility local0
keepalive 2
deadtime 30
warntime 10
initdead 120
udpport 694
ucast eth1 192.168.200.1
auto_failback on
node cluster1
node cluster2
--
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster