Signed-off-by: Maximiliano Sandoval <[email protected]> --- pve-storage-cifs.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pve-storage-cifs.adoc b/pve-storage-cifs.adoc index 6b8f35d..ef6bbe0 100644 --- a/pve-storage-cifs.adoc +++ b/pve-storage-cifs.adoc @@ -50,8 +50,9 @@ Sets the user domain (workgroup) for this storage. Optional. smbversion:: -SMB protocol Version. Optional, default is `3`. -SMB1 is not supported due to security issues. +SMB protocol version. When set to `default` or when unset, negotiates the +highest SMB2+ version supported by both the client and server. SMB1 is not +supported due to security issues. path:: -- 2.47.3
