<div class="gmail_quote">On Thu, Jun 17, 2010 at 12:28 PM, Erich Weiler <span dir="ltr">&lt;<a href="mailto:weiler@soe.ucsc.edu">weiler@soe.ucsc.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
this is a problem ... without libvirtd running all management attempts via &quot;virsh&quot; will fail (including the VirtualDomain RA) ... why is libvirtd stopping before corosync?<br>
</blockquote>
<br></div>
Ah, because I forgot that I have libvirtd starting and stopping via init scripts.  ;)  That is the default shutdown sequence for libvirtd, as it is installed in REHL/CentOS 5.5.  I&#39;m surprised more folks haven&#39;t noticed this issue...<br>

<br>
I totally forgot that I am supposed to disable init scripts for any service that pacemaker controls.  But in this case maybe I&#39;ll just move the libvirtd shutdown script to be much later in the shutdown process (after corosync).<br>

<br>
Thanks!!<div><div></div><div class="h5"><br>

</div></div></blockquote></div><br>Just in case, as this has bitten mee in the past ;-(<br><br>here &quot;disable&quot; means &quot;chkconfig --del service_name&quot;<br>because if you run a &quot;chkconfig service_name off&quot;<br>
it will be stoppped during shutdown: the KNN links will stay in place when you mark a service as off.<br><br>I like to notice this, as inside man page for chkconfig is is written to set it off to disable it...<br>So that correct statement, from chkconfig man page point of view, would be:<br>
<br>disable ===&gt; remove from chkconfig management<br>