[pve-devel] missing udev properties in PVE9 beta
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jul 29 13:58:13 CEST 2025
Hi Josh,
Am 28.07.25 um 16:43 schrieb Joshua Huber:
> Thanks for creating a Debian bug & cherry-picked MR. Fingers crossed
> the changes flow through into PVE9. :)
FYI: We just uploaded a build of sg3-utils with your patch included
into the pve-test trixie repo, it's version 1.48-2+pmx1.
I could easily reproduce the issue here and thus test the patch.
E.g., the output of `sq_inq --export` with the original version:
sg_inq --export /dev/sg5
SCSI_TPGS=0
SCSI_TYPE=medium changer
SCSI_VENDOR=QUANTUM
SCSI_VENDOR_ENC=QUANTUM\x20
And after upgrading to the newer version with your patch:
sg_inq --export /dev/sg5
SCSI_TPGS=0
SCSI_TYPE=medium changer
SCSI_VENDOR=QUANTUM
SCSI_VENDOR_ENC=QUANTUM\x20
SCSI_MODEL=UHDL
SCSI_MODEL_ENC=UHDL\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
SCSI_REVISION=0096
Thanks!
Thomas
More information about the pve-devel
mailing list