* [pve-devel] [PATCH container] config: Remove duplicate attribute assignment
@ 2023-10-03 12:46 Filip Schauer
2024-01-05 15:02 ` [pve-devel] applied: " Fiona Ebner
0 siblings, 1 reply; 2+ messages in thread
From: Filip Schauer @ 2023-10-03 12:46 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Filip Schauer <f.schauer@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-05 15:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-03 12:46 [pve-devel] [PATCH container] config: Remove duplicate attribute assignment Filip Schauer
2024-01-05 15:02 ` [pve-devel] applied: " Fiona Ebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox