<div dir="ltr">Hi all,<div><br></div><div style>I want a typical active/passive mode HA solution.</div><div style><br></div><div style>My Pacemaker configuration as below:</div><div style><div style>3 Nodes:</div><div>node Lezbxh0jl</div>
<div>node Ljn74rici</div><div>node L472nxxdy (standby)</div><div style>The 3rd node L472nxxdy is only used for quorum election. So, I forced it to enter standby mode to avoid resource migrated to it.</div><div><br></div><div style>
The resource configuration is:</div><div>primitive drbd_proj ocf:heartbeat:drbd \</div><div>        params drbd_resource="r0" \</div><div>        op monitor interval="15s"</div><div>primitive fs_proj ocf:heartbeat:Filesystem \</div>
<div>        op monitor interval="15s" \</div><div>        params device="/dev/drbd0" directory="/proj/drbd" fstype="ext3" \</div><div>        meta target-role="Started"</div>
<div>primitive ip_proj ocf:heartbeat:IPaddr2 \</div><div>        params ip="192.168.201.201" cidr_netmask="32" \</div><div>        op monitor interval="15s" \</div><div>        meta target-role="Started"</div>
<div>primitive myserv lsb:proj-service \</div><div>        op monitor interval="15s" \</div><div>        meta target-role="Started" is-managed="true"</div><div>ms ms_drbd_proj drbd_proj \</div>
<div>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true" target-role="Started"</div><div>location master_prefer_on_active ms_drbd_proj 50: Ljn74rici</div>
<div>colocation fs_ip_on_same_node inf: ip_proj fs_proj</div><div>colocation fs_on_drbd inf: fs_proj ms_drbd_proj:Master</div><div>colocation myserv_on_ip inf: myserv ip_proj</div><div>order proj_after_drbd inf: ms_drbd_proj:promote fs_proj:start</div>
<div>order ip_after_fs inf: fs_proj:start ip_proj:start</div><div>order myserv_after_ip inf: ip_proj:start myserv:start</div><div>property $id="cib-bootstrap-options" \</div><div>        dc-version="1.1.6-3.el6-a02c0f19a00c1eb2527ad38f146ebc0834814558" \</div>
<div>        cluster-infrastructure="openais" \</div><div>        expected-quorum-votes="2" \</div><div>        stonith-enabled="false"</div><div>rsc_defaults $id="rsc-options" \</div>
<div>        resource-stickiness="100"</div><div><br></div><div style>Currently, I have following problems:<br>1. After failover, the DRBD partition enters into standalone mode. This means the failover can only happen once.</div>
<div style>2. The failover is slow. I checked /var/log/messages and found there are many attempts to migrate resource to standby node. After these failed attempts, resource migrates to backup node. So, how to restrict certain resources to only certain node sets instead of using standby node solution?</div>
<div style>3. In some situations, the failover will not happen. For example, if I block the active node's network via network congestion leads the service unavailable (up to 1 min), but HA doesn't switch.</div><h3 class="" style="font-size:17px;font-family:Arial,sans-serif;margin:0px 0px 2px;color:rgb(0,51,102)">
<br></h3><div style>Can you help to review my configuration and tell which parts shall be fixed?</div><div style><br></div><div style>Thanks</div><div style>Weihua</div></div></div>