Here is my cluster.conf ######################################### <?xml version="1.0"?> <cluster alias="myiacon"
config_version="16" name="myiacon"> <fence_daemon clean_start="0"
post_fail_delay="0" post_join_delay="60"/> <clusternodes> <clusternode
name="ratchet.local" nodeid="1" votes="1"> <fence> <method name="1"> <device
name="ratchet_ipmi"/> </method> </fence> </clusternode> <clusternode
name="skydive.local" nodeid="2" votes="1"> <fence> <method name="1"> <device
name="skydive_ipmi"/> </method> </fence> </clusternode> <clusternode
name="wheeljack.local" nodeid="3" votes="1"> <fence> <method name="1"> <device
name="wheeljack_ipmi"/> </method> </fence> </clusternode> </clusternodes> <cman/> <fencedevices> <fencedevice
agent="fence_ipmilan" ipaddr="192.168.1.100" login="root" name="ratchet_ipmi"
passwd="xxxxx"/> <fencedevice
agent="fence_ipmilan" ipaddr="192.168.1.102" login="root" name="skydive_ipmi"
passwd="xxxxx"/> <fencedevice
agent="fence_ipmilan" ipaddr="192.168.1.101" login="root" name="wheeljack_ipmi"
passwd="xxxxxx"/> </fencedevices> <rm> <failoverdomains/> <resources/> </rm> </cluster> ############################################# From:
linux-cluster-bounces@xxxxxxxxxx [mailto:linux-cluster-bounces@xxxxxxxxxx] On
Behalf Of Edoardo Causarano Well, you're using iscsi so restarting
network will impact access to the fs (a quorum disk wouldn't help either).
Maybe timeouts are too short and the machines are queuing fence commands too
soon. How is your fencing config'd? (net, same iface or private, serial)
describe scenario more accurately: name machines A B C, it's not clear if two
nodes are fencing each other or if the third one is. |
-- Linux-cluster mailing list Linux-cluster@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-cluster