]> git.proxmox.com Git - qemu-server.git/commit
fix #2131: get correct device when deleting iothreads
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 13 Mar 2019 16:28:04 +0000 (17:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Mar 2019 07:25:48 +0000 (08:25 +0100)
commit7820eae4385fba3c1ebc5e4aca2263b0f945fff0
tree437ad25ed159f42f1d1442368a13443ee5dc29ab
parent92bdc3f0e364704202a3981c5d967eb9504628b1
fix #2131: get correct device when deleting iothreads

we map scsiX to virtioscsiX/scsihwX when we use virtio-scsi-single to add
and iothread so we have to map it back when we delete an iothread, else the
parsing fails with

'invalid drive key: virtioscsi0'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/QemuServer.pm