<div dir="ltr"><div><div>Hello,<br><br></div>I have implemented the following pacemaker configuration, and I have a problem which I don't understand (and all my net searches were in vain, probably not looking for the correct keywords). If the ping fails on the Master node, it moves into Slave, but the other node also remains a slave (is not promoted). Can somebody tell me what I'm doing wrong? I have also tried to add a second rule to the location: "rule $role=Master ping: defined ping", so my location had two rules instead of one, but it still didn't work. <br></div><div><br>node 1084803074: db-main \<br>        attributes standby=off<br>node 1084803195: db-slave \<br>        attributes standby=off<br>primitive DRBD0 ocf:linbit:drbd \<br>        params drbd_resource=drbd0 \<br>        op monitor role=Master interval=15s \<br>        op monitor role=Slave interval=30s \<br>        op start interval=0 timeout=240s \<br>        op stop interval=0 timeout=100s<br>primitive FSDATA Filesystem \<br>        params device="/dev/drbd0" directory="/data" fstype=ext4 \<br>        meta target-role=Started<br>primitive IP IPaddr2 \<br>        params ip=5.35.208.178 cidr_netmask=32 nic=eth0<br>primitive MYSQLD mysql \<br>        params binary="/usr/sbin/mysqld" config="/etc/mysql/my.cnf" datadir="/var/lib/mysql" pid="/var/run/mysqld/mysqld.pid" socket="/var/run/mysqld/mysqld.sock" user=mysql group=mysql \<br>        op start timeout=120s interval=0 \<br>        op stop timeout=120s interval=0 \<br>        op monitor interval=20s timeout=30s<br>primitive PING ocf:pacemaker:ping \<br>        params name=ping multiplier=1000 host_list="192.168.1.1 192.168.1.2" \<br>        op monitor interval=15s timeout=60s start<br>group SERVICES FSDATA IP MYSQLD<br>ms DRBD_MASTER DRBD0 \<br>        meta notify=true master-max=1 master-node-max=1 clone-max=2 clone-node-max=1 target-role=Master<br>clone CL_PING PING \<br>        meta interleave=true<br>location LOC_DRBD_MASTER_ON_PING DRBD_MASTER \<br>        rule $role=Master -inf: not_defined ping or ping number:lte 0<br>order SRV_ORDER Mandatory: DRBD_MASTER:promote SERVICES:start<br>colocation SRV_RULE inf: DRBD_MASTER:Master SERVICES<br>property cib-bootstrap-options: \<br>        have-watchdog=false \<br>        dc-version=1.1.14-70404b0 \<br>        cluster-infrastructure=corosync \<br>        cluster-name=debian \<br>        stonith-enabled=false \<br>        no-quorum-policy=ignore<br>rsc_defaults rsc-options: \<br>        resource-stickiness=100<br><br></div><div>Thanks,<br></div><div>Victor<br></div></div>