]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-storage-cifs.adoc
sdn: overall language and consistency rework
[pve-docs.git] / pve-storage-cifs.adoc
index e0d4106b6d5fbd2156af702367b48d78d25ca83a..535aaafd992407e4fba9e68b5be91fe827798107 100644 (file)
@@ -61,6 +61,18 @@ content-dirs::
 
 Overrides for the default directory layout. Optional.
 
+options::
+
+Additional CIFS mount options (see `man mount.cifs`). Some options are set
+automatically and shouldn't be set here. {pve} will always set the option
+`soft`. Depending on the configuration, these options are set automatically:
+`username`, `credentials`, `guest`, `domain`, `vers`.
+
+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
@@ -68,8 +80,10 @@ cifs: backup
        server 10.0.0.11
        share VMData
        content backup
+       options noserverino,echo_interval=30
        username anna
        smbversion 3
+       subdir /data
 
 ----