<div class="gmail_quote">On Wed, Dec 12, 2012 at 6:46 PM, Dejan Muhamedagic <span dir="ltr"><<a href="mailto:dejanmm@fastmail.fm" target="_blank">dejanmm@fastmail.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<div class="im"><br>
On Wed, Dec 12, 2012 at 03:50:01PM +0530, pavan tc wrote:<br>
> Hi,<br>
><br>
> My requirement was to do some administration on one of the nodes where a<br>
> 2-node multi-state resource was running.<br>
> To effect a resource instance stoppage on one of the nodes, I added a<br>
> resource constraint as below:<br>
><br>
> crm configure location ms_stop_res_on_node <ms_resource> rule -inf: \#uname<br>
> eq `hostname`<br>
><br>
> The resource cleanly moved over to the other node. Incidentally, the<br>
> resource was the master on this node<br>
> and was successfully moved to a master state on the other node too.<br>
> Now, I want to bring the resource back onto the original node.<br>
><br>
> But the above resource constraint seems to have a persistent behaviour.<br>
> crm resource unmigrate <ms_resource> does not seem to undo the effects of<br>
> the constraint addition.<br>
<br>
</div>You can try to remove your constraint:<br>
<br>
crm configure delete ms_stop_res_on_node<br>
<br></blockquote><div><br>That did the job. Thanks a ton!<br><br>Pavan<br> <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
migrate/unmigrate generate/remove special constraints.<br>
<br>
Thanks,<br>
<br>
Dejan<br>
<div class="im"><br>
><br>
> I think the location constraint is preventing the resource from starting on<br>
> the original node.<br>
> How do I delete this location constraint now?<br>
><br>
> Is there a more standard way of doing such administrative tasks? The<br>
> requirement is that I do not want to offline the<br>
> entire node while doing the administration but rather would want to stop<br>
> only the resource instance, do the admin work<br>
> and restart the resource instance on the node.<br>
><br>
> Thanks,<br>
> Pavan<br>
<br>
</div>> _______________________________________________<br>
> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
><br>
> Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
> Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br>