I have a setup with 4 nodes, 3 of them may run a resource in active/passive
mode and that resource should never run on the 4th node. I also have a
second resource which may run on either one of the nodes (again
active/passive).
Since I can run the first resource on only 3 of the nodes, can I make it to
consider 2 servers enough for a quorum (for this resource only)?
Here is a snip of my config where I declare that I wont be running the
resource on node4:
<rsc_location id="run_vm_vm_resource" rsc="controller_vm_resource">
<rule id="pref_run_vm_service_resource" score="-INFINITY">
<expression id="rule_controller_vm" attribute="#uname"
operation="eq" value="controller"/>
</rule>
</rsc_location>
Anyone know if such setup is possible and do I need to change the
configuration or this is the default when one of the nodes has score
"-INFINITY"?
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems