| Summary: | [virt] some CD-ROMs are hidden if the drives are attached to separate controllers | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Sibiao Luo <sluo> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED NOTABUG | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.0 | CC: | acathrow, harald, juli, juzhang, michen, pbonzini, sluo, systemd-maint-list, virt-maint, xfu |
| Target Milestone: | rc | Flags: | harald:
needinfo-
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-11 11:41:09 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: | |
|
Description
Sibiao Luo
2013-10-19 12:03:49 UTC
Please try again with a RHEL6 guest. I cannot reproduce it with kernel-2.6.32-258.el6.x86_64 udev-147-2.35.el6.x86-64 If it works, please reassign to systemd. Also please test with a single virtio-scsi-pci controller and both disks attached to that controller. (In reply to Paolo Bonzini from comment #1) > Please try again with a RHEL6 guest. I cannot reproduce it with > > kernel-2.6.32-258.el6.x86_64 > udev-147-2.35.el6.x86-64 Yes, if use rhel6.5 guest that did not hit it. host info: # uname -r && rpm -q qemu-kvm 2.6.32-424.el6.x86_64 qemu-kvm-0.12.1.2-2.414.el6.x86_64 guest info: kernel-2.6.32-424.el6.x86_64 udev-147-2.50.el6.x86-64 e.g:...-drive file=/home/cdrom1.iso,if=none,id=cd-rom1,media=cdrom,format=raw,readonly=on -device virtio-scsi-pci,id=sluo1 -device scsi-cd,drive=cd-rom1,id=cd1,bus=sluo1.0 -drive file=/home/cdrom2.iso,if=none,id=cd-rom2,media=cdrom,format=raw,readonly=on -device virtio-scsi-pci,id=sluo2 -device scsi-cd,bus=sluo2.0,drive=cd-rom2,id=cd2 # ls -lh /dev/cdrom* lrwxrwxrwx. 1 root root 3 Oct 24 22:09 /dev/cdrom1 -> sr0 lrwxrwxrwx. 1 root root 3 Oct 24 22:09 /dev/cdrom2 -> sr1 e.2:...-drive file=/home/cdrom1.iso,if=none,id=cd-rom1,media=cdrom,format=raw,readonly=on -device ide-drive,bus=ide.0,unit=0,drive=cd-rom1,id=cd1 -drive file=/home/cdrom2.iso,if=none,id=cd-rom2,media=cdrom,format=raw,readonly=on -device ide-drive,bus=ide.0,unit=1,drive=cd-rom2,id=cd2 # ls -lh /dev/cdrom* lrwxrwxrwx. 1 root root 3 Oct 24 22:15 /dev/cdrom5 -> sr0 lrwxrwxrwx. 1 root root 3 Oct 24 22:15 /dev/cdrom6 -> sr1 > If it works, please reassign to systemd. Also please test with a single > virtio-scsi-pci controller and both disks attached to that controller. If use single virtio-scsi-pci controller attached two cd-rom via scsi-cd wiht rhel6.5 guest that also did not meet such issue. Best Regards, sluo Current udev does not provide cdrom[0-9] symbolic links anymore. Harald, please make sure that there is documentation about this (Release Notes?). |