<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body style="font-family:Arial;font-size:14px"><p>Is it possible to setup pacemaker with a resource which will only run on the same machine as another resource but that will not trigger a failover of the second resource if the first resource becomes unrunnable?<br>
e.g.<br>
I have 2 resources A and B. Resource A is the main resource and B is some monitoring resource which should only be run on the same machine as A but if B fails to run on a machine it shouldn't trigger a movement of A to another machine. If A fails on a machine it should move to another machine and then B should also move to that machine.<br>
I've tried setting a low score on the colocation constraint which does stop A from moving when B fails but this then allows B to start on a machine which isn't running A.<br>
</p></body></html>