]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-cifs.adoc
bump version to 8.0.2
[pve-docs.git] / pve-storage-cifs.adoc
index 4d93727b43dde8d710c699f1ae6ee68d945a5c27..df63b58d6eefc5c7e2ee302e4ac57fa52c8c372e 100644 (file)
@@ -57,10 +57,14 @@ path::
 
 The local mount point. Optional, defaults to `/mnt/pve/<STORAGE_ID>/`.
 
-dirs::
+content-dirs::
 
 Overrides for the default directory layout. Optional.
 
+subdir::
+
+The subdirectory of the share to mount. Optional, defaults to the root directory of the share.
+
 .Configuration Example (`/etc/pve/storage.cfg`)
 ----
 cifs: backup
@@ -70,6 +74,7 @@ cifs: backup
        content backup
        username anna
        smbversion 3
+       subdir /data
 
 ----