mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 03:38:29 +00:00
fix typo, whitespace cleanups
This commit is contained in:
parent
00b095caba
commit
2dd530430b
@ -2018,7 +2018,7 @@ __PACKAGE__->register_method({
|
||||
|
||||
my ($size) = PVE::Storage::volume_size_info($storecfg, $drive->{file}, 3);
|
||||
|
||||
print "create ful clone of drive $opt ($drive->{file})\n";
|
||||
print "create full clone of drive $opt ($drive->{file})\n";
|
||||
$newvolid = PVE::Storage::vdisk_alloc($storecfg, $storeid, $newid, $fmt, undef, ($size/1024));
|
||||
push @$newvollist, $newvolid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user