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!

_______________________________________________
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to