]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Config.pm
config: schema: remove duplicate attribute assignment for mpX
[pve-container.git] / src / PVE / LXC / Config.pm
index 0fa9b8a52f20ef00627c385de58ee8807d50468c..5ac1446514bb0fe88037efdaa380726393ea60f8 100644 (file)
@@ -903,7 +903,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,
     };
 }