Bug 1943817
Summary: | Libvirt errors due to the fact that it issues iptables commands when default firewall in RHEL 8 is nftables | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Strahil Nikolov <hunter86_bg> |
Component: | libvirt | Assignee: | Virtualization Maintenance <virt-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.3 | CC: | laine, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-03-28 00:26:04 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
Strahil Nikolov
2021-03-27 17:19:14 UTC
Reinstalling libvirt module fixed the issue (this time I used the default network): # virsh net-update default add ip-dhcp-host "<host mac='52:54:00:b4:df:94' name='sles15' ip='192.168.100.151' />" --live --config Updated network default persistent config and live state Seems that it's not a libvirt issue after all. Actually you are seeing Bug 1942805 (which I cloned from the year-old Fedora Bug 1813830 just a couple days ago when I realized standard RHEL8 is now using a libvirt version new enough to have the bug, but not new enough to have the fix (and it wasn't backported). It happens if firewalld is restarted while libvirtd.service is enabled and running. The workaround is that if you restart firewalld.service, just restart libvirtd.service right after that. See Bug 1942805 for more details. *** This bug has been marked as a duplicate of bug 1942805 *** |