<div>Hi,all</div>I use pcmk 1.17 and corosync 2.0.I have define a fence resource and a clone resource of it:<div><div>primitive fence-test stonith:fence_fronware \</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>params pcmk_host_list="h181" ipaddr="0.0.0.0" action="reboot" \</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>op monitor interval="3600s" \</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>meta target-role="Started"</div><div>
clone fence-clone fence-test \</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>meta target-role="Started"</div><div>location loc1 fence-clone 100: h181</div></div><div><br></div><div>I want to get the value of the parameter : pcmk_host_list,But it does not work :</div>
<div><br></div><div><div>crm(live)resource# param fence-test show pcmk_host_list</div><div>Error performing operation: The object/attribute does not exist</div></div><div><br></div><div>When I delete the fence-clone,the command can output correctly.</div>
<div><br></div><div><div>crm(live)resource# param fence-test show pcmk_host_list</div><div>h181</div></div><div><br></div><div>why?Anyone can explained it for me ?</div><div><br></div>