]> git.proxmox.com Git - pve-docs.git/commitdiff
pct: add note about storage:size syntax
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 15 May 2017 08:48:47 +0000 (10:48 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 22 Sep 2017 08:48:39 +0000 (10:48 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
pct.adoc

index ab529a9734435383843d6f2379a28288911d4fc6..6735406b86be901dded26a0bb063344b83cbaa44 100644 (file)
--- a/pct.adoc
+++ b/pct.adoc
@@ -487,6 +487,13 @@ in three different flavors:
 - Directories: passing `size=0` triggers a special case where instead of a raw
   image a directory is created.
 
+NOTE: The special option syntax `STORAGE_ID:SIZE_IN_GB` for storage backed
+mount point volumes will automatically allocate a volume of the specified size
+on the specified storage. E.g., calling
+`pct set 100 -mp0 thin1:10,mp=/path/in/container` will allocate a 10GB volume
+on the storage `thin1` and replace the volume ID place holder `10` with the
+allocated volume ID.
+
 
 Bind Mount Points
 ^^^^^^^^^^^^^^^^^