[Pacemaker] Failover after fail on Ethernet Fails

Stefan Kelemen Stefan.Kelemen at gmx.de
Wed Apr 7 09:26:28 EDT 2010


Hello,
My Two Node Cluster 
Debain 5/Pacemaker/Heartbeat aktual Madkiss and Backport Packets, Kernel 2.6.30
makes Failover fine, but when i disconnect the Ethernet Connection then show me the other Server "hey the other Node is gone" but hes do no migration of the Resources.

------------------------

My Config in Simple look

node $id="3e20966a-ed64-4972-8f5a-88be0977f759" server1 \
        attributes standby="off"
node $id="5262f929-1082-4a85-aa05-7bd1992f15be" server2 \
        attributes standby="off"
primitive pri_FS_drbd_t3 ocf:heartbeat:Filesystem \
        params device="/dev/drbd0" directory="/mnt/drbd_daten" fstype="ext3" options="noatime"
primitive pri_IP_Cluster ocf:heartbeat:IPaddr2 \
        params ip="192.168.1.253" cidr_netmask="24" nic="eth1"
primitive pri_apache_Dienst ocf:heartbeat:apache \
        op monitor interval="15" \
        params configfile="/etc/apache2/apache2.conf" httpd="/usr/sbin/apache2" port="80" \
        meta target-role="started"
primitive pri_drbd_Dienst ocf:linbit:drbd \
        params drbd_resource="t3" \
        op monitor interval="15" \
        op start interval="0" timeout="240" \
        op stop interval="0" timeout="100"
group group_t3 pri_FS_drbd_t3 pri_IP_Cluster pri_apache_Dienst
ms ms_drbd_service pri_drbd_Dienst \
        meta notify="true"
colocation col_apache_after_drbd inf: group_t3 ms_drbd_service:Master
order ord_apache_after_drbd inf: ms_drbd_service:promote group_t3:start
property $id="cib-bootstrap-options" \
        dc-version="1.0.8-2c98138c2f070fcb6ddeab1084154cffbf44ba75" \
        cluster-infrastructure="Heartbeat" \
        no-quorum-policy="ignore" \
        default-resource-stickiness="1000" \
        last-lrm-refresh="1270557498" \
        startup-fencing="false" \
        stonith-enabled="false" \
        default-action-timeout="120s"


Regards Stefan Kelemen

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01




More information about the Pacemaker mailing list