-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable SMB 3.1.1 multichannel on AKSUbuntu-1804containerd #2706
Comments
Hi datwelk, AKS bot here 👋 I might be just a bot, but I'm told my suggestions are normally quite good, as such:
|
Kubernetes Volume docs specifically mention only SMB 2.1 and 3.0: https://kubernetes.io/docs/concepts/storage/volumes/#azurefile. This could explain why 3.0 is used. Does SMB 3.1.1 require the azureFile CSI driver over the 'in-tree plugin'? |
if you are using Azure File CSI driver on aks 1.21+, it's already using |
it seems
|
It seems this was added to the linux 5.5 kernel [source] Would it be possible to double check this with the team responsible for the Azure linux kernel, and ask when the changes from 5.5 will be incorporated? |
5.5+ will come only with 20.04, we will support 20.04 in near future, thanks. |
What happened:
An AKS node running AKSUbuntu-1804containerd-2021.07.25 with 5.4.0-1055-azure kernel uses SMB version 3.0.
What you expected to happen:
If an Azure File Storage account has SMB multichannel enabled, I expect the AKS cluster nodes to also use SMB 3.1.1, which is a minimum requirement from the server side to use the SMB multichannel functionality (see: here)
How to reproduce it (as minimally and precisely as possible):
N/A
Anything else we need to know?:
How do I enable SMB multichannel on Linux AKS node clients?
Environment:
kubectl version
): 1.19The text was updated successfully, but these errors were encountered: