From: Wolfgang Link Date: Wed, 8 Apr 2015 06:05:13 +0000 (+0200) Subject: fix bug #618: correct typo X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=37a6dc7809d291e73d86218804100bc4a986f319;p=qemu-server.git fix bug #618: correct typo Signed-off-by: Wolfgang Link --- diff --git a/PVE/QemuMigrate.pm b/PVE/QemuMigrate.pm index a49cdcc..af04ea5 100644 --- a/PVE/QemuMigrate.pm +++ b/PVE/QemuMigrate.pm @@ -247,7 +247,7 @@ sub sync_disks { my ($sid, $volname) = PVE::Storage::parse_volume_id($volid); my $scfg = PVE::Storage::storage_config($self->{storecfg}, $sid); - die "can't migrate '$volid' - storagy type '$scfg->{type}' not supported\n" + die "can't migrate '$volid' - storage type '$scfg->{type}' not supported\n" if $scfg->{type} ne 'dir'; # if file, check if a backing file exist