mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-11-03 00:55:25 +00:00
api: create disks: fixup non-ascii comment
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
1cd6990f9b
commit
bedba57d2b
@ -459,7 +459,7 @@ my sub create_disks : prototype($$$$$$$$$$$) {
|
||||
if ($live_import && $ds ne 'efidisk0') {
|
||||
my $path = PVE::Storage::path($storecfg, $source)
|
||||
or die "failed to get a path for '$source'\n";
|
||||
#·check·potentially·untrusted·image·file·for·import·vtype
|
||||
# check potentially untrusted image file for import vtype
|
||||
($size, my $source_format) = PVE::Storage::file_size_info($path, undef, $untrusted);
|
||||
die "could not get file size of $path\n" if !$size;
|
||||
$live_import_mapping->{$ds} = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user