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-kvmAssignee: 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.2Keywords: 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
Description of problem:
    qga: Replace 'blacklist' command line and config file options by 'block-rpcs'
    
    Let's use a more appropriate wording for this command line and config
    file option. The old ones are still accepted for compatibility reasons,
    but marked as deprecated now so that it could be removed in a future
    version of QEMU.

Comment 2 Yanan Fu 2023-01-13 03:26:02 UTC
QE bot(pre verify): Set 'Verified:Tested,SanityOnly' as gating/tier1 test pass.

Comment 6 dehanmeng 2023-01-17 07:00:15 UTC
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.

Comment 8 errata-xmlrpc 2023-05-09 07:23:43 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: 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