[Pacemaker] Debian + Pacemaker 1.0.9 + DRBD 8.3.7 with dual primary

Lutz Reinhardt l.reinhardt at gmx.net
Thu Dec 1 07:26:16 EST 2011


hi

use a simple config:

node node1
node node2 \
	attributes standby="off"
primitive res_drbd_cluster_ocfs ocf:linbit:drbd \
	params drbd_resource="cluster-ocfs" \
	op monitor interval="20" role="Master" timeout="20" \
	op monitor interval="30" role="Slave" timeout="20"
ms ms_drbd_cluster_ocfs res_drbd_cluster_ocfs \
	meta resource-stickiness="100" master-max="2" notify="true"
interleave="true" target-role="Started"
property $id="cib-bootstrap-options" \
	dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
	cluster-infrastructure="openais" \
	expected-quorum-votes="2" \
	no-quorum-policy="ignore" \
	stonith-enabled="false" \
	default-resource-stickiness="1000" \
	last-lrm-refresh="1322660182"

now it works fine but one thing happens: when i stop
"ms_drbd_cluster_ocfs" and start it again, i see every time a fresh
resync of one drbd node. it's not happened when i bring up the drbd
device first before i start it with "start ms_drbd_cluster_ocfs" - then
it works fine!?

whats wrong?

thanks!




More information about the Pacemaker mailing list