Re: [libvirt] [PATCH] network: fix connection usage counts after restart

2019-09-13 Thread Laine Stump
On 9/13/19 12:38 PM, Daniel P. Berrangé wrote: On Fri, Sep 13, 2019 at 12:10:34PM -0400, Laine Stump wrote: On 9/13/19 10:59 AM, Daniel P. Berrangé wrote: Since the introduction of the virNetworkPort object, the network driver has a persistent record of ports that have been created against the

Re: [libvirt] [PATCH] network: fix connection usage counts after restart

2019-09-13 Thread Daniel P . Berrangé
On Fri, Sep 13, 2019 at 12:10:34PM -0400, Laine Stump wrote: > On 9/13/19 10:59 AM, Daniel P. Berrangé wrote: > > Since the introduction of the virNetworkPort object, the network driver > > has a persistent record of ports that have been created against the > > networks. Thus the hypervisor

Re: [libvirt] [PATCH] network: fix connection usage counts after restart

2019-09-13 Thread Laine Stump
On 9/13/19 10:59 AM, Daniel P. Berrangé wrote: Since the introduction of the virNetworkPort object, the network driver has a persistent record of ports that have been created against the networks. Thus the hypervisor drivers no longer communicate to the network driver during libvirtd restart.

[libvirt] [PATCH] network: fix connection usage counts after restart

2019-09-13 Thread Daniel P . Berrangé
Since the introduction of the virNetworkPort object, the network driver has a persistent record of ports that have been created against the networks. Thus the hypervisor drivers no longer communicate to the network driver during libvirtd restart. This change, however, meant that the connection