]> git.proxmox.com Git - pve-storage.git/commit
lvm: volume import: handle worker returned by free_image
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 4 May 2021 09:52:54 +0000 (11:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 21 Jun 2021 07:38:03 +0000 (09:38 +0200)
commit6a4545601b874ff3d003855ecbad8f5315ae812e
tree7cd966fc9714236f2a88161e70088c6b9aef20eb
parent7ae13a34d2e585ba385461f93c551a86602de389
lvm: volume import: handle worker returned by free_image

only affects LVM storages with 'saferemove 1' where the import fails at a rather
advanced stage. Previously in such cases, the renamed (by free_image) volume
del-vm-XYZ-disk-N would be left over.

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