]> git.proxmox.com Git - qemu-server.git/commit
device unplug: verify that unplugging scsi disk completed
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 9 Mar 2022 10:09:03 +0000 (11:09 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 11 Mar 2022 09:45:59 +0000 (10:45 +0100)
commit52b361afd67a3cbf1ed4cec0e04585fe2f56bc5b
tree19bd8a76bc3c7a6bf6b697a6a5a68823c2c03f49
parent6ab41628b296ebbc6e42869c3d420084dc899b23
device unplug: verify that unplugging scsi disk completed

Avoids the error
  adding drive failed: Duplicate ID 'drive-scsi1' for drive
that could happen when switching over to a new disk (e.g. via qm set),
if unplugging wasn't fast enough.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuServer.pm