<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
Sent: Mon Dec 13 2010 15:19:48 GMT-0700 (Mountain Standard Time)<br>
From: Pavlos Parissis <a class="moz-txt-link-rfc2396E" href="mailto:pavlos.parissis@gmail.com"><pavlos.parissis@gmail.com></a><br>
To: The Pacemaker cluster resource manager
<a class="moz-txt-link-rfc2396E" href="mailto:pacemaker@oss.clusterlabs.org"><pacemaker@oss.clusterlabs.org></a> <br>
Subject: Re: [Pacemaker] colocation issues (isnt it always)<br>
<blockquote
 cite="mid:AANLkTinAstT4x2myW9T_ka7BHwjpV3iNh38HZ-vayg_s@mail.gmail.com"
 type="cite">
  <pre wrap=""><!---->If you put all of them in a group and have the nfs_sdb1 as last
resource you will manage to have what you want with a very simple
configuration
BTW, I used your conf and in my case all resources started on the same node</pre>
</blockquote>
I futzed around with it some more and the problem was the nfsserver
resource. It wasnt properly detecting that it wasnt running on the
'nas02' node. When I first added the resource it wasnt in the
colocation rule, so it started up on 'nas02' (or it thought it did),
and then I added the colocation rule. Well the monitor action was
reporting that the service was running when it really wasnt. So every
time it went to shut it down and move it to another node, it failed
cause it thought it was still running. I ended up writing my own script
with a working monitor function and it moved over just fine.<br>
</body>
</html>