Re: [libvirt] [PATCH 2/2] Reload snapshots on SIGHUP

2011-09-02 Thread Philipp Hahn
Hello Eric, Am Dienstag 30 August 2011 19:02:50 schrieb Eric Blake: > On 08/30/2011 08:59 AM, Philipp Hahn wrote: > > On receiving SIGHUP, libvirtd currently only reloads all persistent > > configs for qemu domains, but fails to reload the associated snapshot > > data. ... > Are you sure this is s

Re: [libvirt] [PATCH 2/2] Reload snapshots on SIGHUP

2011-08-30 Thread Eric Blake
On 08/30/2011 08:59 AM, Philipp Hahn wrote: On receiving SIGHUP, libvirtd currently only reloads all persistent configs for qemu domains, but fails to reload the associated snapshot data. Copy code from qemudStartup() to qemudReload() to iterate over all domains and call qemuDomainSnapshotLoad()

[libvirt] [PATCH 2/2] Reload snapshots on SIGHUP

2011-08-30 Thread Philipp Hahn
On receiving SIGHUP, libvirtd currently only reloads all persistent configs for qemu domains, but fails to reload the associated snapshot data. Copy code from qemudStartup() to qemudReload() to iterate over all domains and call qemuDomainSnapshotLoad() for every domain. Signed-off-by: Philipp Hah