X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FStorage%2FLvmThinPlugin.pm;h=4ba6f901d89f047157b59ac0c799d1b6e37d7773;hb=bba10cf4afc10a1a376051c16e4e9a2a60b35aac;hp=c9e127ce0cb5a170f991f8704dc3a9660c54e977;hpb=9b6ff01b7925a1b6551cd7048f15eabcd4636f23;p=pve-storage.git diff --git a/PVE/Storage/LvmThinPlugin.pm b/PVE/Storage/LvmThinPlugin.pm index c9e127c..4ba6f90 100644 --- a/PVE/Storage/LvmThinPlugin.pm +++ b/PVE/Storage/LvmThinPlugin.pm @@ -86,7 +86,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 $vgs = PVE::Storage::LVMPlugin::lvm_vgs();