[pve-devel] [PATCH container] config: Remove duplicate attribute assignment

Filip Schauer f.schauer at proxmox.com
Tue Oct 3 14:46:41 CEST 2023


Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
 src/PVE/LXC/Config.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index 2dd57e2..bf6d717 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -896,7 +896,6 @@ for (my $i = 0; $i < $MAX_MOUNT_POINTS; $i++) {
 	type => 'string', format => $mp_desc,
 	description => "Use volume as container mount point. Use the special " .
 	    "syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume.",
-	optional => 1,
     };
 }
 
-- 
2.39.2






More information about the pve-devel mailing list