]> git.proxmox.com Git - qemu-server.git/commit
api: fix using import-from with SCSI disks
authorFiona Ebner <f.ebner@proxmox.com>
Wed, 31 Jan 2024 10:53:59 +0000 (11:53 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 31 Jan 2024 11:30:37 +0000 (12:30 +0100)
commit40786ff96713b7d15d4039b3b75a9f7a2f6d4163
treeeb86f7768bb8196da2a498294d67af917ec27e26
parent9946d6fa576cc33ab979005c79d692a0724a60e1
api: fix using import-from with SCSI disks

by fixing the SCSI feature compatibility check helper. The helper is
also called for disks using import-from, so it has to use the extended
schema when parsing the drive.

Fixes: d1feab4a ("fix #4957: add vendor and product information passthrough for SCSI-Disks")
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/Qemu.pm