[libvirt] [PATCHv2] network: fix network driver startup for qemu:///session

2013-05-03 Thread Laine Stump
This should resolve https://bugzilla.redhat.com/show_bug.cgi?id=958907 Recent new addition of code to read/write active network state to the NETWORK_STATE_DIR in the network driver broke startup for qemu:///session. The network driver had several state file paths hardcoded to /var, which could

Re: [libvirt] [PATCHv2] network: fix network driver startup for qemu:///session

2013-05-03 Thread Eric Blake
On 05/03/2013 06:24 AM, Laine Stump wrote: This should resolve https://bugzilla.redhat.com/show_bug.cgi?id=958907 Recent new addition of code to read/write active network state to the NETWORK_STATE_DIR in the network driver broke startup for qemu:///session. The network driver had several

Re: [libvirt] [PATCHv2] network: fix network driver startup for qemu:///session

2013-05-03 Thread Daniel P. Berrange
On Fri, May 03, 2013 at 08:24:14AM -0400, Laine Stump wrote: Changes since V1: * change user directory names as outlined by danpb. * eliminate the base string which caused so much bad code, and otherwise simplify the logic * get rid of logDir, since it's never used. * eliminage the

Re: [libvirt] [PATCHv2] network: fix network driver startup for qemu:///session

2013-05-03 Thread Richard W.M. Jones
On Fri, May 03, 2013 at 08:24:14AM -0400, Laine Stump wrote: This should resolve https://bugzilla.redhat.com/show_bug.cgi?id=958907 Recent new addition of code to read/write active network state to the NETWORK_STATE_DIR in the network driver broke startup for qemu:///session. The network