]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuMigrate.pm
migrate: skip rescan for efidisk and shared volumes
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 30 Apr 2020 10:44:48 +0000 (12:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 15:35:12 +0000 (17:35 +0200)
commitcd37203880ea6a587efe14ee362e69957f5b6ad2
treee5a5f661f64e11e49fea4d64cc8a081a297415cb
parent6f4b11e9dbaa2bdf205b3e60b96f2ab56c2e7826
migrate: skip rescan for efidisk and shared volumes

we really only want to rescan the disk size of the disks we actually
need, and that are only the local disks (for which we have to allocate
the correct size on the target)

also we want to always skip the efidisk, since we get the wanted
size after the loop, and this produced a confusing log line
(for details why we do not want the 'real' size,
see commit 818ce80ec1a89c4abee61145c858b9323180e31b)

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