| Summary: | fail to specify "readonly=on|off" for pass-through scsi-block and emulated ide cdrom | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Sibiao Luo <sluo> | |
| Component: | qemu-kvm | Assignee: | Virtualization Maintenance <virt-maint> | |
| Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 6.5 | CC: | acathrow, bsarathy, chayang, juzhang, michen, mkenneth, pbonzini, qzhang, virt-maint, xfu | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1026583 (view as bug list) | Environment: | ||
| Last Closed: | 2013-11-05 11:16:52 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1026583 | |||
|
Description
Sibiao Luo
2013-11-04 10:15:32 UTC
No matter specify the readonly=off or readonly=on for the passthrough new blank cdrom to guest, we can burn it in the guest successfully, this maybe the bug 993537, please let me separate a new bug if not, thanks in advance. Also tried the passthrough hard disk with the same testing as comment #0 that did not hit this issue, so this issue is just specified to the passthrough cdrom. Also hit it with emulated ide cdrom, but the emulated ide hard disk not met it. So, i modify the issue title. Not a bug; media=cdrom implies readonly=on. (In reply to Paolo Bonzini from comment #4) > Not a bug; media=cdrom implies readonly=on. But i have anther problem. If we need to burn the blank DVD/CD in guest which passthrough to it adding the media=cdrom, it can be burn successfully while it was readonly. Does it not a problem, any idea about it ? Best Regards, sluo media=cdrom only affects whether scsi-disk "becomes" scsi-hd or scsi-cd. To burn a CD-ROM with passthrough, you need to use scsi-block, thus there is no need to specify the "media" option. (In reply to Paolo Bonzini from comment #6) > media=cdrom only affects whether scsi-disk "becomes" scsi-hd or scsi-cd. > > To burn a CD-ROM with passthrough, you need to use scsi-block, thus there is > no need to specify the "media" option. Ok, good catch, thanks. |