]> git.proxmox.com Git - pve-storage.git/commitdiff
rbd: fix typo
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 3 Feb 2017 12:00:16 +0000 (13:00 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 13 Feb 2017 11:13:06 +0000 (12:13 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Storage/RBDPlugin.pm

index 387565660f1e6b108aeddb51e54680c7d6c94e47..942bd7bbb53f099b520a5abc7c870f8652fdea35 100644 (file)
@@ -450,7 +450,7 @@ sub alloc_image {
     my ($class, $storeid, $scfg, $vmid, $fmt, $name, $size) = @_;
 
 
-    die "illegal name '$name' - sould be 'vm-$vmid-*'\n"
+    die "illegal name '$name' - should be 'vm-$vmid-*'\n"
        if  $name && $name !~ m/^vm-$vmid-/;
 
     $name = &$find_free_diskname($storeid, $scfg, $vmid) if !$name;