[pve-devel] [PATCH storage 1/1] fix #3609 add support to SMB3_11
Moayad Almalat
m.almalat at proxmox.com
Mon Sep 13 14:15:55 CEST 2021
---
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,
},
};
--
2.30.2
More information about the pve-devel
mailing list