Hi guys,
I'm using PROXMOX-VE 2.6.32 with a two-node HA-Cluster.
As fencing-device i use ipmitool.
This is my cluster.conf:
My problem is now that i have some network connection.
The connection between the two server can be lost for few seconds.
Is there any way to delay the fencing?
It should be started for example after 30 seconds when the connection is really lost!
Can you post it in my cluster.conf?
Best Regards
I'm using PROXMOX-VE 2.6.32 with a two-node HA-Cluster.
As fencing-device i use ipmitool.
This is my cluster.conf:
?xml version="1.0"?>
<cluster config_version="110" name="cluster">
<cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/>
<fencedevices>
<fencedevice agent="fence_ipmilan" cipher="1" ipaddr="xxx.xxx.xxx.239" lanplus="1" login="xxx" name="ipmi1" passwd="xxx"/>
<fencedevice agent="fence_ipmilan" cipher="1" ipaddr="xxx.xxx.xxx249" lanplus="1" login="xxx" name="ipmi2" passwd="xxx"/>
</fencedevices>
<clusternodes>
<clusternode name="ha1" nodeid="1" votes="1">
<fence>
<method name="1">
<device name="ipmi1"/>
</method>
</fence>
</clusternode>
<clusternode name="ha2" nodeid="2" votes="1">
<fence>
<method name="1">
<device name="ipmi2"/>
</method>
</fence>
</clusternode>
</clusternodes>
</cluster>
My problem is now that i have some network connection.
The connection between the two server can be lost for few seconds.
Is there any way to delay the fencing?
It should be started for example after 30 seconds when the connection is really lost!
Can you post it in my cluster.conf?
Best Regards