X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FStorage%2FZFSPlugin.pm;fp=PVE%2FStorage%2FZFSPlugin.pm;h=5b84d85f2efca5f1d96fe003d47c21bd415857eb;hb=ffc31266da8854be3e9063d5f44dcbd1decbe4f9;hp=63b95517adad6a544bd15ba1d06328e1fcf9119a;hpb=5b955999b99f1b578aaa51504226357a8afb7e41;p=pve-storage.git diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm index 63b9551..5b84d85 100644 --- a/PVE/Storage/ZFSPlugin.pm +++ b/PVE/Storage/ZFSPlugin.pm @@ -293,7 +293,7 @@ sub alloc_image { die "unsupported format '$fmt'" if $fmt ne 'raw'; - die "illegal name '$name' - sould be 'vm-$vmid-*'\n" + die "illegal name '$name' - should be 'vm-$vmid-*'\n" if $name && $name !~ m/^vm-$vmid-/; my $volname = $name;