Re: [libvirt] [PATCH] network: Don't remove transient network if creating of config file fails

2013-04-30 Thread Peter Krempa
On 04/29/13 18:07, Laine Stump wrote: On 04/22/2013 05:32 AM, Peter Krempa wrote: On the off-chance that creation of persistent configuration file would fail when defining a network that is already started as transient, the code would remove the transient data structure and thus the network. Th

Re: [libvirt] [PATCH] network: Don't remove transient network if creating of config file fails

2013-04-29 Thread Laine Stump
On 04/22/2013 05:32 AM, Peter Krempa wrote: > On the off-chance that creation of persistent configuration file would > fail when defining a network that is already started as transient, the > code would remove the transient data structure and thus the network. > > This patch changes the code so tha

Re: [libvirt] [PATCH] network: Don't remove transient network if creating of config file fails

2013-04-29 Thread Peter Krempa
On 04/22/13 11:32, Peter Krempa wrote: On the off-chance that creation of persistent configuration file would fail when defining a network that is already started as transient, the code would remove the transient data structure and thus the network. This patch changes the code so that in such ca

[libvirt] [PATCH] network: Don't remove transient network if creating of config file fails

2013-04-22 Thread Peter Krempa
On the off-chance that creation of persistent configuration file would fail when defining a network that is already started as transient, the code would remove the transient data structure and thus the network. This patch changes the code so that in such case, the network is again marked as transi