Mandatory and advisory ordering in Pacemaker
Posted on Thu 22 March 2012 in hints-and-kinks • Tagged with Pacemaker
Ever wonder what's the difference between order <name> inf:
<first-resource> <second-resource>
and a score of something other
than inf
? We'll explain.
If you specify an order constraint score of INFINITY
(inf
or the
keyword mandatory
in crm shell syntax), then the order constraint is
considered mandatory. If you specify 0 …
Continue reading