<div class="gmail_quote">On Thu, Jun 17, 2010 at 12:28 PM, Erich Weiler <span dir="ltr"><<a href="mailto:weiler@soe.ucsc.edu">weiler@soe.ucsc.edu</a>></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 "virsh" 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'm surprised more folks haven'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'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 "disable" means "chkconfig --del service_name"<br>because if you run a "chkconfig service_name off"<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 ===> remove from chkconfig management<br>