<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 29, 2024 at 5:22 PM Ken Gaillot <<a href="mailto:kgaillot@redhat.com">kgaillot@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 2024-01-26 at 13:55 +0100, lejeczek via Users wrote:<br>
> Hi guys.<br>
> <br>
> Is it possible to trigger some... action - I'm thinking specifically<br>
> at shutdown/start.<br>
> If not within the cluster then - if you do that - perhaps outside.<br>
> I would like to create/remove constraints, when cluster starts &<br>
> stops, respectively.<br>
> <br>
> many thanks, L.<br>
> <br>
<br>
You could use node status alerts for that, but it's risky for alert<br>
agents to change the configuration (since that may result in more<br>
alerts and potentially some sort of infinite loop).<br>
<br>
Pacemaker has no concept of a full cluster start/stop, only node<br>
start/stop. You could approximate that by checking whether the node<br>
receiving the alert is the only active node.<br>
<br>
Another possibility would be to write a resource agent that does what<br>
you want and order everything else after it. However it's even more<br>
risky for a resource agent to modify the configuration.<br>
<br>
Finally you could write a systemd unit to do what you want and order it<br>
after pacemaker.<br>
<br>
What's wrong with leaving the constraints permanently configured?<br></blockquote><div><br></div><div>My guts feeling tells me there is something wrong with the constraints</div><div>that probably will hit you as well when recovering from a problem.</div><div>But maybe it would be easier with some kind of example.</div><div><br></div><div>Klaus  </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-- <br>
Ken Gaillot <<a href="mailto:kgaillot@redhat.com" target="_blank">kgaillot@redhat.com</a>><br>
<br>
_______________________________________________<br>
Manage your subscription:<br>
<a href="https://lists.clusterlabs.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.clusterlabs.org/mailman/listinfo/users</a><br>
<br>
ClusterLabs home: <a href="https://www.clusterlabs.org/" rel="noreferrer" target="_blank">https://www.clusterlabs.org/</a><br>
<br>
</blockquote></div></div>