]> git.proxmox.com Git - pve-storage.git/commit
fix #3609: cifs: add support to SMB 3.11
authorMoayad Almalat <m.almalat@proxmox.com>
Mon, 13 Sep 2021 12:15:55 +0000 (14:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 14 Sep 2021 09:50:14 +0000 (11:50 +0200)
commit396ea58b658ee345394543f7e56a8f64b2c733ea
tree6d8a3fc9e55dd45f9c08967fa576d8db2668abe3
parent576e143ac1362222a20b0a2f743d4be7fd0c95f1
fix #3609: cifs: add support to SMB 3.11

Added support for the SMB version SMB3_11 When the `min protocol =
SMB3_11` in the smb.conf, the CIFS mount will return with the
following error:
```
CIFS VFS: cifs_mount failed w/return code = -95
```
added an optional option to use the `vers=3.11`

Signed-off-by: Moayad Almalat <m.almalat@proxmox.com>
Tested-by: Fabian Ebner <f.ebner@proxmox.com>
[ Thomas: move text from cover letter to commit message &
  add S-o-b ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/CIFSPlugin.pm