[pve-devel] [PATCH docs 2/2] cifs: add options parameter (fix #2920)
Stefan Hrdlicka
s.hrdlicka at proxmox.com
Fri May 13 15:55:50 CEST 2022
Signed-off-by: Stefan Hrdlicka <s.hrdlicka at proxmox.com>
---
this depends on 1/2 since this changes the documentation :)
pve-storage-cifs.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pve-storage-cifs.adoc b/pve-storage-cifs.adoc
index bb4b902..60775a4 100644
--- a/pve-storage-cifs.adoc
+++ b/pve-storage-cifs.adoc
@@ -57,6 +57,10 @@ path::
The local mount point. Optional, defaults to `/mnt/pve/<STORAGE_ID>/`.
+options::
+
+CIFS mount options (see `man mount.cifs`).
+
.Configuration Example (`/etc/pve/storage.cfg`)
----
cifs: backup
@@ -64,6 +68,7 @@ cifs: backup
server 10.0.0.11
share VMData
content backup
+ options noserverino,cache=loose
username anna
smbversion 3
--
2.30.2
More information about the pve-devel
mailing list