[Bug 522688] [NEW] /etc/init.d/libvirt-bin does not check that libvirtd has terminated on stop
Chris Bainbridge
chris.bainbridge at gmail.com
Tue Feb 16 15:18:42 GMT 2010
Public bug reported:
The script does: start-stop-daemon --stop --pidfile /var/run/libvirtd.pid --exec '/usr/sbin/libvirtd'
It should do something like: start-stop-daemon --stop --pidfile /var/run/libvirtd.pid --exec '/usr/sbin/libvirtd' --retry 5
--retry means libvirtd will be sent SIGKILL if it does not shutdown from
the default signal (--retry is in common use in Ubuntu scripts, see
'grep retry /etc/init.d/*')
** Affects: libvirt (Ubuntu)
Importance: Undecided
Status: New
--
/etc/init.d/libvirt-bin does not check that libvirtd has terminated on stop
https://bugs.launchpad.net/bugs/522688
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