<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Hello all,<BR>
<BR>
I have three-node cluster.<BR>
Actually it is primary and secondary nodes and resources are allowed to run only on these two nodes.<BR>
Third node is doing nothing and is here only for quorum.<BR>
<BR>
I have setup the attribute symmetric-cluster="false" for prevent resources to run everywhere.<BR>
<BR>
When I create resource like:<BR>
# pcs resource create myres lsb:myres<BR>
it is created and can see straight away in crm_mon:<BR>
---------------------------------<BR>
myres   (lsb:myres):    Started node3 (unmanaged) FAILED<BR>
Failed actions:<BR>
    myres_stop_0 (node=node3, call=34, rc=5, status=complete): not installed<BR>
---------------------------------<BR>
<BR>
Of course it failed because myres does not exists on node3<BR>
The behaviour the same even node3 in a standby mode!<BR>
<BR>
So, why cluster trying to run myres on node3 and how to prevent  that?<BR>
<BR>
Thank you in advance,<BR>
With the best regards,<BR>
Lev Sidorenko.<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>