Works for me. Configuring 'smbversion 3.11' when the server has 'min protocol = SMB3' or 'min protocol = SMB3_11' makes mounting the CIFS possible again.

Tested-by: Fabian Ebner <f.eb...@proxmox.com>

Am 13.09.21 um 14:15 schrieb Moayad Almalat:
---
  PVE/Storage/CIFSPlugin.pm | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage/CIFSPlugin.pm b/PVE/Storage/CIFSPlugin.pm
index be06cc7..d4a517d 100644
--- a/PVE/Storage/CIFSPlugin.pm
+++ b/PVE/Storage/CIFSPlugin.pm
@@ -120,7 +120,7 @@ sub properties {
        smbversion => {
            description => "SMB protocol version",
            type => 'string',
-           enum => ['2.0', '2.1', '3.0'],
+           enum => ['2.0', '2.1', '3.0', '3.11'],
            optional => 1,
        },
      };



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to