<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I posted this to the OpenAIS Mailing List
(<a class="moz-txt-link-abbreviated" href="mailto:openais@lists.linux-foundation.org">openais@lists.linux-foundation.org</a>) yesterday, but haven't received a
response and upon further reflection I think that maybe I chose the
wrong list to post it to.  That list seems to be far less about user
support and far more about developer communication.  Therefore
re-trying here, as the archives show it to be somewhat more
user-focused.<br>
<br>
The problem is that I'm having an issue with corosync refusing to
shutdown in response to a
QUIT signal.  Given the below cluster (output of crm_mon):<br>
<tt><br>
============<br>
Last updated: Wed Sep 23 15:56:24 2009<br>
Stack: openais<br>
Current DC: boot1 - partition with quorum<br>
Version: 1.0.5-3840e6b5a305ccb803d29b468556739e75532d56<br>
2 Nodes configured, 2 expected votes<br>
0 Resources configured.<br>
============<br>
<br>
Online: [ boot1 boot2 ]</tt><br>
<br>
If I go onto the host 'boot2', and issue the command "killall -QUIT
corosync", the anticipated result would be that boot2 would go offline
(out of the cluster), and all of the cluster processes
(corosync/stonithd/cib/lrmd/attrd/pengine/crmd) would shut-down. 
However, this is not occurring, and I don't really have any idea why. 
After logging into boot2, and issuing the command "killall -QUIT
corosync", the result is a split-brain:<br>
<br>