Bug 1874308
Summary: | nwfilter fails trying to bind/unbind rules for tap device that was/is in use by a different domain [rhel-7.9.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Laine Stump <laine> |
Component: | libvirt | Assignee: | Laine Stump <laine> |
Status: | CLOSED WONTFIX | QA Contact: | yalzhang <yalzhang> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | ahadas, amusil, bugs, chhu, dvaanunu, dyuan, jdenemar, jreznik, jsuchane, laine, lmen, mkalinin, mlehrer, mtessun, mzamazal, ribarry, virt-maint, xuzhang, yalzhang |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1837395 | Environment: | |
Last Closed: | 2021-06-07 15:37:09 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Laine Stump
2020-09-01 02:17:04 UTC
These two patches were pushed upstream to fix the problem. They are included in libvirt-6.7.0 commit d7f38beb2ee072f1f19bb91fbafc9182ce9b069e Author: Laine Stump <laine> Date: Sun Aug 23 14:57:19 2020 -0400 util: replace macvtap name reservation bitmap with a simple counter Author: Laine Stump <laine> Date: Sun Aug 23 21:20:13 2020 -0400 util: assign tap device names using a monotonically increasing integer Correction - those patches are not included in libvirt-6.7.0. They will be in libvirt-6.8.0. Backported to RHEL7.9 and posted to rhvirt-patches to be included in a z-stream (?) build: http://post-office.corp.redhat.com/archives/rhvirt-patches/2020-September/msg00197.html 1) I accidentally omitted the commit id for the 2nd patch. Here is a more complete description: commit 95089f481e003d971fe0a082018216c58c1b80e5 Author: Laine Stump <laine> Date: Sun Aug 23 21:20:13 2020 -0400 util: assign tap device names using a monotonically increasing integer 2) As pointed out by jtomko in Bug 1874304 (same bz but for RHEL8), this patch (fixing an improper initialization I had made in 95089f481e003 is also needed. commit 2b6cd855042984b87beb7e3c30b67b0f586d89bb Author: Ján Tomko <jtomko> CommitDate: 2020-09-14 13:02:56 +0200 util: virNetDevTapCreate: initialize fd to -1 OK, moving back to ASSIGNED. This issues has not been identified as critical for rhel-7.9.z. Upgrade to rhel-8 is recommended. Closing as won't fix. |