Friends,<br>I have what should be a simple goal.  Two resources to run on two nodes.<br>I'd like to configure them to run on separate nodes when available, ie. active-active,<br>and provide for them to run together on either node when one fails, ie. failover.<br>
Up until this point I have assumed that this would be a base use case for<br>Pacemaker, however, it seems from the discussion on:<br><a href="http://wiki.lustre.org/index.php/Using_Pacemaker_with_Lustre">http://wiki.lustre.org/index.php/Using_Pacemaker_with_Lustre</a><br>
... that it is not (see below).  Any ideas?<br>Alan<br><br><pre>*Note:* Use care when setting up your point system. You can use the <br>point system if your cluster has at least three nodes or if the resource <br>can acquire points from other constraints. However, in a system with <br>
only two nodes and no way to acquire points, the constraint in the <br>example above will result in an inability to migrate a resource from a <br>failed node.<br><br>The example they refer to is similar to yours:<br><br># crm configure colocation colresOST1resOST2 -100: resOST1 resOST2</pre>
<br>