-
Notifications
You must be signed in to change notification settings - Fork 146
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
Mounting static provisioned PV with nfsvers
in mount options causes mount to fail
#1692
Comments
Before: I am not k8s developer. The reason why this issue is happening is due to: #1594 I have tried use Affected versions: v1.28.7 on v1.26.10 on AKS 1.26, AKS 1.27, v1.29.2 on AKS 1.28. For workaround:
Additional: Error log
|
@cailyoung the azure file driver already appends |
@andyzhangx But even set with
The link at the end of sentence points to "Mount options", and this makes user believe that "vers" is something can be set. Does current behavior "if user set |
@JoeyC-Dev |
I get same response that this is by design. Thanks. |
@andyzhangx we removed the Some background: We are only in this position because this was originally a simple nfs volume, which we then migrated to CSI in order to use storage expansion. So it's unlikely that many customers will run into it, but it's worth documenting anyway. |
@cailyoung The AKS content developer is from different team. Relative team will look into this. I have submitted the PR (MicrosoftDocs/azure-docs#119780) and I believe the reviewer will see this soon. |
@JoeyC-Dev can you work out a doc PR into https://github.com/MicrosoftDocs/azure-docs-pr/blob/main/articles/aks/azure-files-csi.md directly? and then I could approve that PR, thanks. |
@andyzhangx I am not MSFT FTE so no access. But based on past experience, @MGoedtel is a very diligent and good person so I believe this PR will be merged soon. |
thanks folks! |
What happened:
Restarted a pod post-AKS-initiated upgrade from driver
1.29.1
to1.29.2
that mounts a premium NFS File share with these options:Pod stayed stuck in pending/init, with these errors:
What you expected to happen:
Volume should mount as per before with older CSI image version
How to reproduce it:
Anything else we need to know?:
Environment:
kubectl version
): 1.28.3uname -a
):The text was updated successfully, but these errors were encountered: