[pve-devel] [PATCH qemu-server 06/31] schema: remove unused pve-qm-ipconfig standard option
Fiona Ebner
f.ebner at proxmox.com
Wed Jun 25 17:56:29 CEST 2025
Grepping in /usr/share/perl5/PVE, the standard option is never used
and it was accidentally assigned $netdesc rather than $ipconfigdesc.
This can be seen in commit 0c9a7596 ("implement cloudinit").
Can still be added correctly later if the need arises.
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/PVE/QemuServer.pm | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/PVE/QemuServer.pm b/src/PVE/QemuServer.pm
index 97a9ad5a..792ed1cc 100644
--- a/src/PVE/QemuServer.pm
+++ b/src/PVE/QemuServer.pm
@@ -1026,7 +1026,6 @@ If cloud-init is enabled and neither an IPv4 nor an IPv6 address is specified, i
dhcp on IPv4.
EODESCR
};
-PVE::JSONSchema::register_standard_option("pve-qm-ipconfig", $netdesc);
for (my $i = 0; $i < $MAX_NETS; $i++) {
$confdesc->{"net$i"} = $netdesc;
--
2.47.2
More information about the pve-devel
mailing list