[Bug 350936] Re: Should shut down domains on system shutdown
Andy
andy at xillean.com
Mon Aug 16 07:40:11 BST 2010
Update**
In my comment #38 above step (2) I replaced the following modification in /etc/init.d/sendsigs from.
while /bin/ls /var/run/libvirt/qemu/*.pid>/dev/null 2>&1 && [
$kvm_shutdown_timeout -gt 0 ]
with:
while /usr/bin/pgrep -cx kvm > /dev/null 2>&1 && [ $kvm_shutdown_timeout
-gt 0 ]
I have rebooted the host several times and all 2 guests shutdown
cleanly.
--
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
More information about the Ubuntu-server-bugs
mailing list