]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Config.pm
fix #1147: allow marking non-volume mps as shared
[pve-container.git] / src / PVE / LXC / Config.pm
index 608653ded0cb61b3f8e7f2daf6673894152ee586..0ef03dcea7677afe9cf1f6c2ad8cb62a8731c2df 100644 (file)
@@ -245,6 +245,13 @@ my $rootfs_desc = {
        description => 'Enable user quotas inside the container (not supported with zfs subvolumes)',
        optional => 1,
     },
+    shared => {
+       type => 'boolean',
+       description => 'Mark this non-volume mount point as available on multiple nodes (see \'nodes\')',
+       verbose_description => "Mark this non-volume mount point as available on all nodes.\n\nWARNING: This option does not share the mount point automatically, it assumes it is shared already!",
+       optional => 1,
+       default => 0,
+    },
 };
 
 PVE::JSONSchema::register_standard_option('pve-ct-rootfs', {