<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:΢ÈíÑźÚ
}
--></style>
</head>
<body class='hmmessage'>
<span class="Apple-style-span" style="font-family: Simsun; font-size: 12pt; "><pre>&gt; Did you check the schema?</pre><pre>I don't know where I should put the "<i style="text-indent: 0px !important; ">role field" for the master/slave resource to promote it in my cib.xml.</i></pre><pre><i style="text-indent: 0px !important; "><span class="Apple-style-span" style="font-family: Simsun; font-style: normal; white-space: normal; "><pre style="text-indent: 0px !important; display: inline !important; "><i style="text-indent: 0px !important; "></i></pre></span></i><i style="text-indent: 0px !important; ">the sample is valid.</i></pre><pre><i>thank you.<br></i>

2011/5/30 ÏîÀÚ &lt;<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker">l.darkfire at hotmail.com</a>&gt;:
&gt;&gt;&gt;&gt;<i> Hi, friends, I have a problem with Pacemaker 1.1.5.
</i>&gt;&gt;&gt;&gt;<i>
</i>&gt;&gt;&gt;&gt;<i> When I configure a master resource as usual, and set
</i>&gt;&gt;&gt;&gt;<i> target-role=¡°Master¡±,
</i>&gt;&gt;&gt;&gt;<i> but all instances are in slave state, no instance is promoted to master
</i>&gt;&gt;&gt;&gt;<i> state.
</i>&gt;&gt;&gt;&gt;<i>
</i>&gt;&gt;&gt;&gt;<i> Who can tell me how to promote a instance to master?
</i>&gt;&gt;<i>
</i>&gt;&gt;&gt;<i>have your RA call crm_master with a promotion preference or create a
</i>&gt;&gt;&gt;<i>location constraint for the master role.
</i>&gt;&gt;<i>
</i>&gt;&gt;&gt;&gt;<i>
</i>&gt;&gt;&gt;&gt;<i> I guess it is a change in version 1.1.5, because I found ¡°+ High: PE:
</i>&gt;&gt;&gt;&gt;<i> Bug
</i>&gt;&gt;&gt;&gt;<i> lf#2554 - target-role alone is not sufficient to promote resources¡± in
</i>&gt;&gt;&gt;&gt;<i> ChangeLog.
</i>&gt;&gt;<i>
</i>&gt;&gt;&gt;<i>yes
</i>&gt;&gt;<i>
</i>&gt;&gt;<i> here is part of my cib.xml about the master/slave resource:
</i>&gt;&gt;<i>
</i>&gt;&gt;<i> ...
</i>&gt;&gt;<i>
</i>&gt;&gt;<i> &lt;master id="mastr"&gt;
</i>&gt;&gt;<i>   &lt;meta_attributes id="resource-mastr-meta_attributes"&gt;
</i>&gt;&gt;<i>     &lt;nvpair id="resource-mastr-meta_attributes-globally-unique"
</i>&gt;&gt;<i> name="globally-unique" value="false"/&gt;
</i>&gt;&gt;<i>     &lt;nvpair id="resource-mastr-meta_attributes-clone-max" name="clone-max"
</i>&gt;&gt;<i> value="2"/&gt;
</i>&gt;&gt;<i>     &lt;nvpair id="resource-mastr-meta_attributes-clone-node-max"
</i>&gt;&gt;<i> name="clone-node-max" value="1"/&gt;
</i>&gt;&gt;<i>     &lt;nvpair id="resource-mastr-meta_attributes-master-max"
</i>&gt;&gt;<i> name="master-max"
</i>&gt;&gt;<i> value="1"/&gt;
</i>&gt;&gt;<i>     &lt;nvpair id="resource-mastr-meta_attributes-master-node-max"
</i>&gt;&gt;<i> name="master-node-max" value="1"/&gt;
</i>&gt;&gt;<i>   &lt;/meta_attributes&gt;
</i>&gt;&gt;<i>   &lt;primitive id="mastr-RESOURCE" class="ocf" type="master"
</i>&gt;&gt;<i> provider="heartbeat"&gt;
</i>&gt;&gt;<i>     &lt;meta_attributes id="resource-mastr-RESOURCE-meta_attributes"&gt;
</i>&gt;&gt;<i>       &lt;nvpair id="resource-mastr-RESOURCE-meta_aa" name="priority"
</i>&gt;&gt;<i> value="1"/&gt;
</i>&gt;&gt;<i>       &lt;nvpair
</i>&gt;&gt;<i> id="resource-mastr-RESOURCE-meta_attributes-migration-threshold"
</i>&gt;&gt;<i> name="migration-threshold" value="0"/&gt;
</i>&gt;&gt;<i>       &lt;nvpair id="resource-mastr-RESOURCE-meta_attributes-failure-timeout"
</i>&gt;&gt;<i> name="failure-timeout" value="0"/&gt;
</i>&gt;&gt;<i>       &lt;nvpair id="resource-mastr-RESOURCE-meta_attributes-is-managed"
</i>&gt;&gt;<i> name="is-managed" value="true"/&gt;
</i>&gt;&gt;<i>       &lt;nvpair id="resource-mastr-RESOURCE-meta_attributes-target-role"
</i>&gt;&gt;<i> name="target-role" value="Master"/&gt;
</i>&gt;&gt;<i>     &lt;/meta_attributes&gt;
</i>&gt;&gt;<i>     &lt;operations&gt;
</i>&gt;&gt;<i>       &lt;op id="resource-mastr-RESOURCE-operation-start" name="start"
</i>&gt;&gt;<i> interval="0" timeout="60s" on-fail="restart"/&gt;
</i>&gt;&gt;<i>       &lt;op id="resource-mastr-RESOURCE-operation-stop" name="stop"
</i>&gt;&gt;<i> interval="0" timeout="60s" on-fail="block"/&gt;
</i>&gt;&gt;<i>       &lt;op id="resource-mastr-RESOURCE-operation-monitor" name="monitor"
</i>&gt;&gt;<i> interval="0" timeout="60s" on-fail="restart"/&gt;
</i>&gt;&gt;<i>     &lt;/operations&gt;
</i>&gt;&gt;<i>   &lt;/primitive&gt;
</i>&gt;&gt;<i> &lt;/master&gt;
</i>&gt;&gt;<i>
</i>&gt;&gt;<i> ...
</i>&gt;&gt;<i>
</i>&gt;&gt;<i> &lt;rsc_location id="constraints-rsc_location-mastr-owl0" rsc="mastr"
</i>&gt;&gt;<i> node="owl0" score="1"/&gt;
</i>&gt;&gt;<i> &lt;rsc_location id="constraints-rsc_location-mastr-owl2" rsc="mastr"
</i>&gt;&gt;<i> node="owl2" score="1"/&gt;
</i>&gt;<i>
</i>&gt;&gt;<i>There is no role field listed here.
</i>&gt;<i>
</i>&gt;<i> thank you very much!
</i>&gt;<i>
</i>&gt;<i> but where should I put role="Master"? if I write like this:
</i>&gt;<i>
</i>&gt;<i> &lt;rsc_location id="constraints-rsc_location-mastr-owl0" rsc="mastr"
</i>&gt;<i> node="owl0" score="1" role="Master" /&gt;
</i>&gt;<i>
</i>&gt;<i> &lt;rsc_location id="constraints-rsc_location-mastr-owl2" rsc="mastr"
</i>&gt;<i> node="owl2" score="1"/&gt;
</i>&gt;<i>
</i>&gt;<i> it will not be accepted by cibadmin. what is a typical example for this
</i>&gt;<i> case?
</i>&gt;<i>
</i>&gt;<i> thank you!!!</i></pre></span>                                               </body>
</html>