<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Here is a simple Active/Passive configuration with a single Dummy resource (see end of message). The resource-stickiness default is set to 100. I was assuming that this would be enough to keep the Dummy resource on the active node as long as the active
 node stays healthy. However, stickiness is not working as I expected in the following scenario:</div>
<div><br>
</div>
<div>1) The node testnode1, which is running the Dummy resource, reboots or crashes</div>
<div>2) Dummy resource fails to node testnode2</div>
<div>3) testnode1 comes back up after reboot or crash</div>
<div>4) Dummy resource fails back to testnode1&nbsp;</div>
<div><br>
</div>
<div>I don't want the resource &nbsp;to failback to the original node in step 4. That is why resource-stickiness is set to 100. The only way I can get the resource to not to fail back is to set resource-stickiness to INFINITY. Is this the correct behavior of resource-stickiness?
 What am I missing? This is not what I understand from the documentation from clusterlabs.org. BTW, after reading various postings on fail back issues, I played with setting on-fail to standby, but that doesn't seem to help either. Any help is appreciated!</div>
<div><br>
</div>
<div>&nbsp; &nbsp;Scott</div>
<div><br>
</div>
<div>
<div>node testnode1</div>
<div>node testnode2</div>
<div>primitive dummy ocf:heartbeat:Dummy \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; op start timeout=&quot;180s&quot; interval=&quot;0&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; op stop timeout=&quot;180s&quot; interval=&quot;0&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; op monitor interval=&quot;60s&quot; timeout=&quot;60s&quot; migration-threshold=&quot;5&quot;</div>
<div>xml &lt;rsc_location id=&quot;cli-prefer-dummy&quot; rsc=&quot;dummy&quot; role=&quot;Started&quot; node=&quot;testnode2&quot; score=&quot;INFINITY&quot;/&gt;</div>
<div>property $id=&quot;cib-bootstrap-options&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; dc-version=&quot;1.1.10-14.el6-368c726&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; cluster-infrastructure=&quot;classic openais (with plugin)&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; expected-quorum-votes=&quot;2&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; stonith-enabled=&quot;false&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; stonith-action=&quot;reboot&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; no-quorum-policy=&quot;ignore&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; last-lrm-refresh=&quot;1413378119&quot;</div>
<div>rsc_defaults $id=&quot;rsc-options&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; resource-stickiness=&quot;100&quot; \</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; migration-threshold=&quot;5&quot;</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>&nbsp;&nbsp;</div>
<div><br>
</div>
</body>
</html>