Bug 607598
Summary: | Incorrect & misleading error reporting when failing to open a drive due to block driver whitelist denial | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Daniel Berrangé <berrange> |
Component: | qemu-kvm | Assignee: | Markus Armbruster <armbru> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | lihuang, michen, mkenneth, shu, tburke, virt-maint |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 6.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.149.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 11:31:51 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: | |||
Bug Blocks: | 580953 |
Description
Daniel Berrangé
2010-06-24 13:08:07 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Need to backport two upstream patches: 236f1f6 Fix error message in drive_init c98ac35 block: Use error codes from lower levels for error message Reproduced on qemu-kvm-0.12.1.2-2.147.el6 as following steps. Reproduce Procedure: --------------------- 1. boot a guest with: -drive file=fat:floppy:/tmp Actual results: ---------------- qemu: could not open disk image fat:floppy:/tmp: No such file or directory Verify this bug on qemu-img-0.12.1.2-2.150.el6 as same steps above. Actual results: ---------------- qemu: could not open disk image fat:floppy:/tmp: Operation not supported. Conclusion: ------------- According to results above, this bug has been resolved. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0534.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0534.html |