[pve-devel] [PATCH] Bug-Fix: 618 correct typo
Wolfgang Link
w.link at proxmox.com
Wed Apr 8 08:05:13 CEST 2015
Signed-off-by: Wolfgang Link <w.link at proxmox.com>
---
PVE/QemuMigrate.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.7.10.4
More information about the pve-devel
mailing list