Bug 2128222
Summary: | VDUSE block export should be disabled in builds for now | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | qing.wang <qinwang> |
Component: | qemu-kvm | Assignee: | Kevin Wolf <kwolf> |
qemu-kvm sub component: | virtio-blk,scsi | QA Contact: | qing.wang <qinwang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | aadam, ailan, coli, jasowang, jinzhao, juzhang, kwolf, lijin, maxime.coquelin, mrezanin, qzhang, sgarzare, vgoyal, virt-maint, xuwei |
Version: | 9.2 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-7.2.0-7.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 07:20:41 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
qing.wang
2022-09-20 09:22:34 UTC
We shouldn't have enabled VDUSE in the RHEL build until we make an explicit decision to support this. So the fix should be to disable it again. QE bot(pre verify): Set 'Verified:Tested,SanityOnly' as gating/tier1 test pass. Passed test on 7.2.0-7.el9 qemu-storage-daemon -V qemu-storage-daemon version 7.2.0 (qemu-kvm-7.2.0-7.el9) root@dell-per440-07 /tmp/qemu7-7 $ qemu-storage-daemon -h Usage: qemu-storage-daemon [options] QEMU storage daemon -h, --help display this help and exit -T, --trace [[enable=]<pattern>][,events=<file>][,file=<file>] specify tracing options -V, --version output version information and exit --blockdev [driver=]<driver>[,node-name=<N>][,discard=ignore|unmap] [,cache.direct=on|off][,cache.no-flush=on|off] [,read-only=on|off][,auto-read-only=on|off] [,force-share=on|off][,detect-zeroes=on|off|unmap] [,driver specific parameters...] configure a block backend --chardev <options> configure a character device backend (see the qemu(1) man page for possible options) --daemonize daemonize the process, and have the parent exit once startup is complete --export [type=]nbd,id=<id>,node-name=<node-name>[,name=<export-name>] [,writable=on|off][,bitmap=<name>] export the specified block node over NBD (requires --nbd-server) --export [type=]vhost-user-blk,id=<id>,node-name=<node-name>, addr.type=unix,addr.path=<socket-path>[,writable=on|off] [,logical-block-size=<block-size>][,num-queues=<num-queues>] export the specified block node as a vhost-user-blk device over UNIX domain socket --export [type=]vhost-user-blk,id=<id>,node-name=<node-name>, addr.type=fd,addr.str=<fd>[,writable=on|off] [,logical-block-size=<block-size>][,num-queues=<num-queues>] export the specified block node as a vhost-user-blk device over file descriptor --monitor [chardev=]name[,mode=control][,pretty[=on|off]] configure a QMP monitor --nbd-server addr.type=inet,addr.host=<host>,addr.port=<port> [,tls-creds=<id>][,tls-authz=<id>][,max-connections=<n>] --nbd-server addr.type=unix,addr.path=<path> [,tls-creds=<id>][,tls-authz=<id>][,max-connections=<n>] start an NBD server for exporting block nodes --object help list object types that can be added --object <type>,help list properties for the given object type --object <type>[,<property>=<value>...] create a new object of type <type>, setting properties in the order they are specified. Note that the 'id' property must be set. See the qemu(1) man page for documentation of the objects that can be added. --pidfile <path> write process ID to a file after startup 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 |