Bug 2053520
Summary: | Incompatibilities between 8.5 virsh and libvirtd from virt:av [None8.4.0.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
Component: | libvirt | Assignee: | Michal Privoznik <mprivozn> |
Status: | CLOSED ERRATA | QA Contact: | yalzhang <yalzhang> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.5 | CC: | jdenemar, jsuchane, kanderso, kboumedh, lmen, mprivozn, prkumar, psundara, smitterl, toneata, vcojot, virt-maint, xuzhang, yalzhang, ymankad |
Target Milestone: | rc | Keywords: | Triaged, ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libvirt-6.0.0-35.2.el8 | Doc Type: | Bug Fix |
Doc Text: |
Cause:
When a libvirt API is called all its arguments are copied into a so called RPC packet which is then sent to the daemon where the arguments are extracted and the API is called.
However, in case of virNetworkUpdate() there was a bug which swapped two arguments on the client side as the RPC packet was being constructed.
Consequence:
This resulted in daemon having two arguments swapped which ten lead to spurious errors. For instance, when user wanted to add a TXT record to a network the following error was reported:
Operation not supported: can't update 'ip' section of network 'net-1'
Fix:
The fix consists of fixing the order of arguments so that the correct order is preserved.
Result:
Users can now update their networks happily.
More info can be found in the cover letter of original patches:
https://listman.redhat.com/archives/libvir-list/2021-March/msg00052.html
https://listman.redhat.com/archives/libvir-list/2021-March/msg00758.html
|
Story Points: | --- |
Clone Of: | 2029380 | Environment: | |
Last Closed: | 2022-03-07 15:04:24 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: | |||
Bug Depends On: | 2029380 | ||
Bug Blocks: |
Comment 2
yalzhang@redhat.com
2022-02-17 03:49:45 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: virt:rhel and virt-devel:rhel security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0759 |