<p dir="ltr">is it possible with pcs command?  I am not making use of crm .</p>
<div class="gmail_quote">On 3 Oct 2015 20:40, "Jorge Fábregas" <<a href="mailto:jorge.fabregas@gmail.com">jorge.fabregas@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/03/2015 10:56 AM, Vijay Partha wrote:<br>
> can I set target-role along with create command? after I give create<br>
> command the resource starts. after create command only I am able to set<br>
> target-role property.<br>
<br>
I use the crm shell & indeed you can specify it.  Eg:<br>
<br>
primitive clusterIP ocf:heartbeat:IPaddr2 \<br>
        params ip="IP_ADDRESS" \<br>
        op monitor interval="30s" \<br>
        meta target-role="Started"<br>
<br>
<br>
--<br>
Jorge<br>
<br>
_______________________________________________<br>
Users mailing list: <a href="mailto:Users@clusterlabs.org">Users@clusterlabs.org</a><br>
<a href="http://clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://clusterlabs.org/mailman/listinfo/users</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" rel="noreferrer" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" rel="noreferrer" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" rel="noreferrer" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div>