Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description
Use virt-manager and CDROM to install a guest,it will comes an error shows:
Unable to complete install:internal error: internal error: process exited while connecting to monitor: qemu-kvm: -drive file=/dev/srO,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /dev/srO:Driver 'host_cdrom' is not whitelisted.
Version:
libvirt-1.1.1-11.el7.x86_64
qemu-kvm-1.5.3-17.el7.x86_64
virt-manager-0.10.0-5.el7.noarch
How reproducible:
100%
Steps to Reproduce:
1.Launch virt-manager,choose Local install media(ISO image or CDROM) and through CDROM to install a windows guest.
2.Choose virtio disk with qcow2 format or ide disk with raw format.
3.Begin install the guest,errors shows:internal error: process exited while connecting to monitor: qemu-kvm: -drive file=/dev/srO,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /dev/srO:Driver 'host_cdrom' is not whitelisted.
Actual results:
As description.
Expected results:
Guest can be installed successfully.
Additional info:
Use qemu-kvm-1.5.3-15.el7.x86_64 to install guest through CDROM also has error message:Unable to complete install: 'internal error: process exited while connecting to monitor: qemu-kvm: -drive file=/dev/sr0,if=none,id=drive-ide0-1-0,readonly=on,format=raw: could not open disk image /dev/sr0: Operation not supported
Then use qemu-kvm-1.5.3-14.el7.x86_64 don't have this issue.