public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Fabian Ebner <f.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com, m.almalat@proxmox.com
Subject: Re: [pve-devel] [PATCH storage 1/1] fix #3609 add support to SMB3_11
Date: Tue, 14 Sep 2021 10:31:20 +0200	[thread overview]
Message-ID: <af15a48c-61a8-07b4-0cfa-d2a654fb2ceb@proxmox.com> (raw)
In-Reply-To: <20210913121555.218972-2-m.almalat@proxmox.com>

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@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,
>   	},
>       };
> 




  reply	other threads:[~2021-09-14  8:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 12:15 [pve-devel] [PATCH storage 0/1] " Moayad Almalat
2021-09-13 12:15 ` [pve-devel] [PATCH storage 1/1] " Moayad Almalat
2021-09-14  8:31   ` Fabian Ebner [this message]
2021-09-15  9:06   ` [pve-devel] applied: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=af15a48c-61a8-07b4-0cfa-d2a654fb2ceb@proxmox.com \
    --to=f.ebner@proxmox.com \
    --cc=m.almalat@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal