[pve-devel] applied: [PATCH qemu-server 2/2] api: create disks: fixup non-ascii comment

Fiona Ebner f.ebner at proxmox.com
Thu Dec 5 15:47:04 CET 2024


Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 PVE/API2/Qemu.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index fd1ecd93..7d1cd0ef 100644
--- a/PVE/API2/Qemu.pm
+++ b/PVE/API2/Qemu.pm
@@ -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} = {
-- 
2.39.5





More information about the pve-devel mailing list