<div dir="ltr">Thanks!  But there is still a problem.<div><br></div><div>I am now working from the master branch and building RPMs (well, I have to also rebuild from the srpm to change the build number, since the RPMs built directly are always 1.1.10-1).  The patch is in the git log, and indeed things are better ...  But I still see the spurious VMs shutting down.  What is much improved is that they do get restarted, and basically I end up in the state I want to be.  Can almost live with this, and I was going to start changing my cluster config to be asymmetric when I noticed the in the midst of the spurious transitions, crmd is dumping core.</div>
<div><br></div><div>So I&#39;ll append another crm_report to bug 5164, as well as a gdb traceback.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 5, 2013 at 5:06 PM, David Vossel <span dir="ltr">&lt;<a href="mailto:dvossel@redhat.com" target="_blank">dvossel@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">----- Original Message -----<br>
&gt; From: &quot;David Vossel&quot; &lt;<a href="mailto:dvossel@redhat.com">dvossel@redhat.com</a>&gt;<br>
&gt; To: &quot;The Pacemaker cluster resource manager&quot; &lt;<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>&gt;<br>
</div><div class="im">&gt; Sent: Wednesday, July 3, 2013 4:20:37 PM<br>
&gt; Subject: Re: [Pacemaker] Pacemaker remote nodes, naming, and attributes<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; &gt; From: &quot;Lindsay Todd&quot; &lt;<a href="mailto:rltodd.ml1@gmail.com">rltodd.ml1@gmail.com</a>&gt;<br>
&gt; &gt; To: &quot;The Pacemaker cluster resource manager&quot;<br>
</div><div class="im">&gt; &gt; &lt;<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>&gt;<br>
&gt; &gt; Sent: Wednesday, July 3, 2013 2:12:05 PM<br>
&gt; &gt; Subject: Re: [Pacemaker] Pacemaker remote nodes, naming, and attributes<br>
&gt; &gt;<br>
&gt; &gt; Well, I&#39;m not getting failures right now simply with attributes, but I can<br>
&gt; &gt; induce a failure by stopping the vm-db02 (it puts db02 into an unclean<br>
&gt; &gt; state, and attempts to migrate the unrelated vm-compute-test). I&#39;ve<br>
&gt; &gt; collected the commands from my latest interactions, a crm_report, and a gdb<br>
&gt; &gt; traceback from the core file that crmd dumped, into bug 5164.<br>
&gt;<br>
&gt;<br>
&gt; Thanks, hopefully I can start investigating this Friday<br>
&gt;<br>
&gt; -- Vossel<br>
<br>
</div>Yeah, this is a bad one.  Adding the node attributes using crm_attribute for the remote-node did some unexpected things to the crmd component.  Somehow the remote-node was getting entered into the cluster node cache... which made it look like we had both a cluster-node and remote-node named the same thing... not good.<br>

<br>
I think I got that part worked out.  Try this patch.<br>
<br>
<a href="https://github.com/ClusterLabs/pacemaker/commit/67dfff76d632f1796c9ded8fd367aa49258c8c32" target="_blank">https://github.com/ClusterLabs/pacemaker/commit/67dfff76d632f1796c9ded8fd367aa49258c8c32</a><br>
<br>
Rather than trying to patch RCs, it might be worth trying out the master branch on github (which already has this patch).  If you aren&#39;t already, use rpms to make your life easier.  Running &#39;make rpm&#39; in the source directory will generate them for you.<br>

<br>
There was another bug fixed recently in pacemaker_remote involving the directory created for resource agents to store their temporary data (stuff like pid files).  I believe the fix was not introduced until 1.1.10rc6.<br>

<div class="HOEnZb"><div class="h5"><br>
-- Vossel<br>
<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</div></div></blockquote></div><br></div>