]> git.proxmox.com Git - pve-container.git/commitdiff
schema: mention special syntax for allocating a new volume
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 2 Mar 2021 12:02:05 +0000 (13:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 18 Apr 2021 16:18:44 +0000 (18:18 +0200)
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/LXC/Config.pm

index de7e9249bac347faa5b9b48aaed32bd25ddcf4cd..7b82f654bef1db07fea35e6aef96f411cf4a1d60 100644 (file)
@@ -855,7 +855,8 @@ for (my $i = 0; $i < $MAX_MOUNT_POINTS; $i++) {
     $confdesc->{"mp$i"} = {
        optional => 1,
        type => 'string', format => $mp_desc,
-       description => "Use volume as container mount point.",
+       description => "Use volume as container mount point. Use the special " .
+           "syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume.",
        optional => 1,
     };
 }