<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>

<div> </div>

<div>i am using pacemaker on debian in a test environment. pacemaker version is: 1.1.7-1</div>

<div> </div>

<div>I have a problem unterstanding minus points in a location.</div>

<div> </div>

<div>I have 3 nodes in my test environment, node1, node2 and node3</div>

<div>I created a ressource, named resBind9, which should be preferred started on node1 and node2, if one of the two nodes fails, bind9 should be start on the third node.</div>

<div> </div>

<div>The first crm configuration works correctly:</div>

<div>node node1<br/>
node node2<br/>
node node3<br/>
primitive resBind9 lsb:bind9 \<br/>
    op monitor interval="5"<br/>
clone cloneBind9 resBind9 \<br/>
    meta clone-max="2" clone-node-max="1" target-role="Started"<br/>
location locBind9 cloneBind9 100: node1<br/>
location locBind9_2 cloneBind9 100: node2<br/>
property $id="cib-bootstrap-options" \<br/>
    dc-version="1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff" \<br/>
    cluster-infrastructure="openais" \<br/>
    expected-quorum-votes="3" \</div>

<div> </div>

<div>But, why is the following configuration not working? Bind9 never starts on node3!</div>

<div>node node1<br/>
node node2<br/>
node node3<br/>
primitive resBind9 lsb:bind9 \<br/>
    op monitor interval="5"<br/>
clone cloneBind9 resBind9 \<br/>
    meta clone-max="2" clone-node-max="1" target-role="Started"<br/>
location locBind9 cloneBind9 -100: mysqlcluster-slave2<br/>
property $id="cib-bootstrap-options" \<br/>
    dc-version="1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff" \<br/>
    cluster-infrastructure="openais" \<br/>
    expected-quorum-votes="3" \</div>

<div> </div>

<div>"-100" points means, that bind9 only starts on the location, of another node are down, or is this no correct??<br/>
 </div>

<div>Thanks for help!</div></div></body></html>