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
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()
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