[libvirt] [BUG?] killall -SIGHUP libvirtd / virStateReload

Eric Blake eblake at redhat.com
Fri Aug 12 21:17:45 UTC 2011


On 08/12/2011 11:58 AM, Philipp Hahn wrote:
> Hello,
>
> did something happen to sending SIGHUP to libvirtd? I can't find where the
> hook for SIGHUP is installed and virStateReload() seems to be uncalled.
> In 0.8.4 that was handled from qemudDispatchSignalEvent(), which seems to be
> gone.
> At least the manual page should be updated?

Bug - definite regression of the new RPC code.

Commit df0b57a95 is the culprit.  It removed SIGHUP handling from the 
daemon as part of converting the daemon to use virNetServer, but forgot 
to call virNetServerAddSignalHandler for SIGHUP.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list