Re: [libvirt] [PATCH 2/2] network: bridge_driver: don't lose transient networks on daemon restart

2013-05-02 Thread Daniel P. Berrange
On Wed, Apr 17, 2013 at 10:40:45AM +0200, Peter Krempa wrote: > Until now tranisent networks weren't really useful as libvirtd wasn't > able to remember them across restarts. This patch adds support for > loading status files of transient networks (that already were generated) > so that the status

Re: [libvirt] [PATCH 2/2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-18 Thread Peter Krempa
On 04/17/13 18:07, Laine Stump wrote: On 04/17/2013 04:40 AM, Peter Krempa wrote: Until now tranisent networks weren't really useful as libvirtd wasn't able to remember them across restarts. This patch adds support for loading status files of transient networks (that already were generated) so t

Re: [libvirt] [PATCH 2/2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-18 Thread Peter Krempa
On 04/17/13 10:40, Peter Krempa wrote: Until now tranisent networks weren't really useful as libvirtd wasn't able to remember them across restarts. This patch adds support for loading status files of transient networks (that already were generated) so that the status isn't lost. This patch chops

Re: [libvirt] [PATCH 2/2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-17 Thread Laine Stump
On 04/17/2013 04:40 AM, Peter Krempa wrote: > Until now tranisent networks weren't really useful as libvirtd wasn't > able to remember them across restarts. This patch adds support for > loading status files of transient networks (that already were generated) > so that the status isn't lost. BTW,

Re: [libvirt] [PATCH 2/2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-17 Thread Laine Stump
On 04/17/2013 04:40 AM, Peter Krempa wrote: > Until now tranisent networks weren't really useful as libvirtd wasn't > able to remember them across restarts. This patch adds support for > loading status files of transient networks (that already were generated) > so that the status isn't lost. > > Th

[libvirt] [PATCH 2/2] network: bridge_driver: don't lose transient networks on daemon restart

2013-04-17 Thread Peter Krempa
Until now tranisent networks weren't really useful as libvirtd wasn't able to remember them across restarts. This patch adds support for loading status files of transient networks (that already were generated) so that the status isn't lost. This patch chops up virNetworkObjUpdateParseFile and turn