<div dir="ltr">Hello,<div><br></div><div>I am using pacemaker 1.1.14 with pcs 0.9.149. I have successfully configured pacemaker for highly available nfs with drbd. Pacemaker allows me to easily failover without interrupting nfs connections. I, however, am only interested in failing over manually (currently I use &quot;pcs resource move &lt;drbd_rsc&gt; &lt;target_node&gt; --master&quot;). I would like for the cluster to do nothing when a node fails unexpectedly.</div><div><br></div><div>Right now the solution I am going with is to runĀ </div><div>&quot;pcs property setĀ <span style="color:rgb(0,0,0)">is-managed-default=no&quot;</span></div><div><span style="color:rgb(0,0,0)">until I need to failover, at which point I set is-managed-default=yes, then failover, then set it back to no.</span></div><div><span style="color:rgb(0,0,0)"><br></span></div><div><font color="#000000">While this method works for me, it can be unpredictable if people run move commands at the wrong time.</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Is there a way to disable automatic failover permanently while still allowing manual failover (with &quot;pcs resource move&quot; or with something else)?</font></div></div>