[libvirt] [PATCH 0/3] fix bad error log on libvirtd restart when using OVS

Laine Stump posted 3 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180701234658.667147-1-laine@laine.org
Test syntax-check passed
src/libvirt_private.syms        |  1 +
src/network/bridge_driver.c     | 21 ++++++++++++++--
src/util/virnetdev.c            |  1 +
src/util/virnetdevopenvswitch.c | 55 +++++++++++++++++++++++++++++++++++++++++
src/util/virnetdevopenvswitch.h |  6 +++++
5 files changed, 82 insertions(+), 2 deletions(-)
[libvirt] [PATCH 0/3] fix bad error log on libvirtd restart when using OVS
Posted by Laine Stump 5 years, 9 months ago
This BZ:

  https://bugzilla.redhat.com/show_bug.cgi?id=1596176

and the log message of patch 3 explain the problem.

Laine Stump (3):
  util: new function virNetDevOpenvswitchInterfaceGetMaster()
  util: add some debug log to virNetDevGetMaster
  network: properly check for taps that are connected to an OVS bridge

 src/libvirt_private.syms        |  1 +
 src/network/bridge_driver.c     | 21 ++++++++++++++--
 src/util/virnetdev.c            |  1 +
 src/util/virnetdevopenvswitch.c | 55 +++++++++++++++++++++++++++++++++++++++++
 src/util/virnetdevopenvswitch.h |  6 +++++
 5 files changed, 82 insertions(+), 2 deletions(-)

-- 
2.14.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] fix bad error log on libvirtd restart when using OVS
Posted by Michal Prívozník 5 years, 9 months ago
On 07/02/2018 01:46 AM, Laine Stump wrote:
> This BZ:
> 
>   https://bugzilla.redhat.com/show_bug.cgi?id=1596176
> 
> and the log message of patch 3 explain the problem.
> 
> Laine Stump (3):
>   util: new function virNetDevOpenvswitchInterfaceGetMaster()
>   util: add some debug log to virNetDevGetMaster
>   network: properly check for taps that are connected to an OVS bridge
> 
>  src/libvirt_private.syms        |  1 +
>  src/network/bridge_driver.c     | 21 ++++++++++++++--
>  src/util/virnetdev.c            |  1 +
>  src/util/virnetdevopenvswitch.c | 55 +++++++++++++++++++++++++++++++++++++++++
>  src/util/virnetdevopenvswitch.h |  6 +++++
>  5 files changed, 82 insertions(+), 2 deletions(-)
> 

ACK series.

Michal

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list