Bug 2156515
Summary: | [guest-agent] Replace '-blacklist' with '-block-rpcs' in qemu-ga config file | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | dehanmeng <demeng> |
Component: | qemu-kvm | Assignee: | Kostiantyn Kostiuk <kkostiuk> |
qemu-kvm sub component: | Guest Agent | QA Contact: | dehanmeng <demeng> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | coli, jinzhao, juzhang, kkostiuk, qizhu, virt-maint, yvugenfi |
Version: | 9.2 | Keywords: | RFE, Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-7.2.0-4.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 07:23:43 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
dehanmeng
2022-12-27 08:23:37 UTC
QE bot(pre verify): Set 'Verified:Tested,SanityOnly' as gating/tier1 test pass. Reproduce this part with the previous qemu-guest-agent.rpm qemu-guest-agent-7.2.0-3.el9 actual result: [root@xxx-xxxxx ~]# cat /usr/lib/systemd/system/qemu-guest-agent.service ... --blacklist=${BLACKLIST_RPC} \ expected result: blacklist should be replaced with block-rpcs. Verify this part with the fixed version of qemu-guest-agent.rpm qemu-guest-agent-7.2.0-4.el9 actual result: [root@xxx-xxxx ~]# cat /usr/lib/systemd/system/qemu-guest-agent.service ... --block-rpcs=${BLOCK_RPCS} \ ... expected result: as the actual result. 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: qemu-kvm security, bug fix, and enhancement 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-2023:2162 |