[pve-devel] [PATCH storage 1/1] fix #3609 add support to SMB3_11
Fabian Ebner
f.ebner at proxmox.com
Tue Sep 14 10:31:20 CEST 2021
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.ebner at 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,
> },
> };
>
More information about the pve-devel
mailing list