<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
Hi all,
</div>
<div class="default-style">
</div>
<div class="default-style">
i am just working through <a href="https://clusterlabs.org/pacemaker/doc/2.1/Clusters_from_Scratch/singlehtml/">https://clusterlabs.org/pacemaker/doc/2.1/Clusters_from_Scratch/singlehtml/</a>. there in section "7.7. Prefer One Node Over Another" the floating text says:
</div>
<div class="default-style">
</div>
<div class="default-style">
In the location constraint below, we are saying the <em>WebSite</em> resource prefers the node <em>pcmk-1</em> with a score of <em>50</em>.
</div>
<div class="default-style">
</div>
<div class="default-style">
and the code block shows:
</div>
<div class="default-style">
<pre><span class="gp">[root@pcmk-1 ~]#</span> pcs constraint location WebSite prefers pcmk-2<span class="o">=</span><span class="m">50</span></pre>
<div>
i think either the pcmk-1 or pcmk-2 above should be changed to match the other one.
</div>
<div class="default-style">
</div>
<div class="default-style">
kr Holger
</div>
<div class="default-style">
</div>
</div>
</body>
</html>