fix typo
This commit is contained in:
committed by
Dietmar Maurer
parent
1b83c3d9c7
commit
5510f5c9f9
@ -444,7 +444,7 @@ sub create_base {
|
|||||||
my ($class, $storeid, $scfg, $volname) = @_;
|
my ($class, $storeid, $scfg, $volname) = @_;
|
||||||
|
|
||||||
# this only works for file based storage types
|
# this only works for file based storage types
|
||||||
die "storage definintion has no path\n" if !$scfg->{path};
|
die "storage definition has no path\n" if !$scfg->{path};
|
||||||
|
|
||||||
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase, $format) =
|
my ($vtype, $name, $vmid, $basename, $basevmid, $isBase, $format) =
|
||||||
$class->parse_volname($volname);
|
$class->parse_volname($volname);
|
||||||
|
|||||||
Reference in New Issue
Block a user