Skip to content
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

doc: Azure Linux node does not support nconnect option #1772

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

andyzhangx
Copy link
Member

What type of PR is this?
/kind documentation

What this PR does / why we need it:
doc: Azure Linux node does not support nconnect option

you could get following nfs mount error on Azure Linux node:

  Warning  FailedMount       26s (x8 over 90s)  kubelet            MountVolume.MountDevice failed for volume "pvc-b4bb90f5-0ab5-4861-88b1-f983b7d22b99" : rpc error: code = Internal desc = volume(MC_andy-aks129_andy-aks129_eastus2#nfs40fc7f659b604080af74#pvc-b4bb90f5-0ab5-4861-88b1-f983b7d22b99##default#) mount "nfs40fc7f659b604080af74.blob.core.windows.net:/nfs40fc7f659b604080af74/pvc-b4bb90f5-0ab5-4861-88b1-f983b7d22b99" on "/var/lib/kubelet/plugins/kubernetes.io/csi/blob.csi.azure.com/841ce093838cb0710d083145a4b3fb2c559989d43d6964e8efe6cea838e324b4/globalmount" failed with mount failed: exit status 1
Mounting command: mount
Mounting arguments: -t aznfs -o nconnect=4,sec=sys,vers=3,nolock nfs40fc7f659b604080af74.blob.core.windows.net:/nfs40fc7f659b604080af74/pvc-b4bb90f5-0ab5-4861-88b1-f983b7d22b99 /var/lib/kubelet/plugins/kubernetes.io/csi/blob.csi.azure.com/841ce093838cb0710d083145a4b3fb2c559989d43d6964e8efe6cea838e324b4/globalmount
Output: ^[[2;31mnconnect option needs NFS client with Azure nconnect support!^[[0m
^[[2;31mMount failed!^[[0m

Please refer to http://aka.ms/blobmounterror for possible causes and solutions for mount errors.

https://learn.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-performance#increase-the-number-of-tcp-connections

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

none

@k8s-ci-robot k8s-ci-robot added kind/documentation Categorizes issue or PR as related to documentation. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Dec 22, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 22, 2024
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Dec 22, 2024
@andyzhangx andyzhangx merged commit 7b7c1e1 into kubernetes-sigs:master Dec 22, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/documentation Categorizes issue or PR as related to documentation. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants