Re: [libvirt] [PATCH 2/4] network: make virNetworkObjUpdate error detection/recovery better

2012-09-21 Thread Laine Stump
On 09/21/2012 04:13 PM, Eric Blake wrote: > On 09/21/2012 01:46 PM, Laine Stump wrote: >> 1) virNetworkObjUpdate should be an all or none operation, but in the >> case that we want to update both the live state and persistent config >> versions of the network, it was committing the update to the li

Re: [libvirt] [PATCH 2/4] network: make virNetworkObjUpdate error detection/recovery better

2012-09-21 Thread Eric Blake
On 09/21/2012 01:46 PM, Laine Stump wrote: > 1) virNetworkObjUpdate should be an all or none operation, but in the > case that we want to update both the live state and persistent config > versions of the network, it was committing the update to the live > state before starting to update the persis

[libvirt] [PATCH 2/4] network: make virNetworkObjUpdate error detection/recovery better

2012-09-21 Thread Laine Stump
1) virNetworkObjUpdate should be an all or none operation, but in the case that we want to update both the live state and persistent config versions of the network, it was committing the update to the live state before starting to update the persistent config. If update of the persistent config fai