<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body smarttemplateinserted="true" bgcolor="#FFFFFF" text="#000000">
Is it possible to put a location constraint on a resource such that
it will only run on a pacemaker-remote node? Or vice-versa, so that
a resource will not run on a pacemaker-remote node?<br>
<br>
At a glance, this doesn't seem possible as the pacemaker-remote node
does not exist as a <node> entry in the CIB, so there's
nothing to match on. Is it possible to match on the absence of that
<node> entry?<br>
<br>
The only other way I can think of doing this is to set utilization
attributes, such that the remote nodes provide a "remote"
utilization attribute, and configure the resource such that it needs
1 unit of "remote".<br>
<br>
-Patrick<br>
</body>
</html>