Bug 1904774
Summary: | Direct lun disk is reflected on the guest by lun ID instead of disk ID | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Ilan Zuckerman <izuckerm> | ||||||
Component: | BLL.Virt | Assignee: | Liran Rotenberg <lrotenbe> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ilan Zuckerman <izuckerm> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 4.4.3 | CC: | ahadas, bugs, lrotenbe, sfishbai, tnisan | ||||||
Target Milestone: | ovirt-4.4.4 | Flags: | pm-rhel:
ovirt-4.4+
pm-rhel: planning_ack+ ahadas: devel_ack+ pm-rhel: testing_ack+ |
||||||
Target Release: | 4.4.4.4 | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | vdsm-4.40.40 ovirt-engine-4.4.4.4 | Doc Type: | Bug Fix | ||||||
Doc Text: |
Previously, we had LUNs with serial set with the LUN ID. Now, it will be with the image ID as other disk types. The only different case is when the LUN is using VirtIO-SCSI interface with pass-through. In that case, it will have the LUN ID set as serial.
|
Story Points: | --- | ||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-01-22 12:51:29 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Ilan Zuckerman
2020-12-06 10:09:04 UTC
Created attachment 1736913 [details]
VM dumpxmls
This is due to bz 1859092. We added serial to the LUNs, having the LUN ID. After fixing it back to image ID, when using virtio-scsi interface and pass-through is on it still will be the LUN ID, as always. The other interfaces and when the lun won't be pass-through, the image ID should be set. Verified on rhv-release-4.4.5-1 Direct lun disk is now identified by the partial disk ID on the guest. [root@vm-13-49 ~]# ls -l /dev/disk/by-id total 0 lrwxrwxrwx. 1 root root 9 Jan 20 11:10 ata-QEMU_DVD-ROM_QM00005 -> ../../sr0 lrwxrwxrwx. 1 root root 9 Jan 20 11:10 scsi-0QEMU_QEMU_HARDDISK_0e1a4432-0f47-481c-aa1f-e1a72e7f0bd9 -> ../../sda lrwxrwxrwx. 1 root root 9 Jan 20 11:10 scsi-SQEMU_QEMU_HARDDISK_0e1a4432-0f47-481c-aa1f-e1a72e7f0bd9 -> ../../sda lrwxrwxrwx. 1 root root 9 Jan 20 11:10 virtio-dd9dd5a7-8ae5-4359-8 -> ../../vda lrwxrwxrwx. 1 root root 10 Jan 20 11:10 virtio-dd9dd5a7-8ae5-4359-8-part1 -> ../../vda1 lrwxrwxrwx. 1 root root 10 Jan 20 11:10 virtio-dd9dd5a7-8ae5-4359-8-part2 -> ../../vda2 lrwxrwxrwx. 1 root root 10 Jan 20 11:10 virtio-dd9dd5a7-8ae5-4359-8-part3 -> ../../vda3 |