Re: [pve-devel] [PATCH V2 qemu-server] Add LVM and LVMThin to QemuMigration

2016-06-08 Thread Fabian Grünbichler
> Wolfgang Link hat am 8. Juni 2016 um 14:59 geschrieben: > > # if file, check if a backing file exist > - if (!($scfg->{type} eq 'dir' || $scfg->{type} eq 'zfspool') && > (!$sharedvm)) { > - my (undef, undef, undef, $parent) = >

[pve-devel] [PATCH V2 qemu-server] Add LVM and LVMThin to QemuMigration

2016-06-08 Thread Wolfgang Link
Ofline migration on LVM and LVMThin are possible offline. --- PVE/QemuMigrate.pm | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index 7b9506f..1d5664b 100644 --- a/PVE/QemuMigrate.pm +++ b/PVE/QemuMigrate.pm @@ -293,12 +293,13