Bug 1711180
| Summary: | vm connecting to the default virtual net will lose connection after restart the virtual network and restart libvirtd | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Advanced Virtualization | Reporter: | yisun |
| Component: | libvirt | Assignee: | Laine Stump <laine> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yalzhang <yalzhang> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.1 | CC: | chhu, dyuan, jdenemar, xuzhang, yalzhang, yisun |
| Target Milestone: | rc | Keywords: | Automation, Regression, TestOnly |
| Target Release: | 8.3 | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | libvirt-6.0.0-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-08 16:28:53 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
yisun
2019-05-17 07:21:44 UTC
Yalan Zhang found a clue about this: https://patchew.org/Libvirt/20170321150400.13422-1-laine@laine.org/ (In reply to yisun from comment #2) > Yalan Zhang found a clue about this: > https://patchew.org/Libvirt/20170321150400.13422-1-laine@laine.org/ One addition: the above patch is not the one that cause this issue. It is to enable the feature 'reconnect tap devices after libvirtd restarted', but currently on libvirt-5.3.0-1, this feature is broken. Hmm. Somehow I managed to not update this BZ when this bug was fixed. It was fixed with a combination of:
commit 7ab9bdd470ea3325da9101f9cce2d0ffbb10ac41
Author: Daniel P. Berrang? <berrange>
Date: Fri Sep 13 15:54:18 2019 +0100
network: fix connection usage counts after restart
and
commit 98fe739e37b0b187e9ae777177124d507e8daac1
Author: Laine Stump <laine>
Date: Fri Sep 20 18:15:19 2019 -0400
conf: refresh network ports missing from network driver on restart
(both are in libvirt-5.8.0)
This means it was fixed by the recent rebase of libvirt.
Hmm, the fixes were already released in 8.2.0 then (libvirt 6.0.0) so we could close it right away, but I think letting QE verify the fix cannot hurt. test on latest libvirt-6.6.0-4.module+el8.3.0+7883+3d717aa8.x86_64, the issue is fixed. RHEL AV 8.3.0 has been shipped, therefore marking this BZ CLOSED CURRENTRELEASE. |