On Thu, 2018-08-23 at 12:27 +0200, Ulrich Windl wrote: > Hi! > > I have a non-trivial question: How can I remove expired manual > migration requests, like the following?: > location cli-standby-rsc rsc rule -inf: #uname eq host and date lt > "2013-06-12 13:47:26Z" > > One problem is that the date value is not a constant, and it had to > be compared against the current date&time. > > Regards, > Ulrich
crm_resource --clear -r RSC will clear all cli-* constraints -- Ken Gaillot <[email protected]> _______________________________________________ Users mailing list: [email protected] https://lists.clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
