-
Notifications
You must be signed in to change notification settings - Fork 143
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
volumeAttributes.folderName fails of folder not exists on share #1296
Comments
that's expected per the parameter doc: https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/master/docs/driver-parameters.md folderName | specify folder name in Azure file share | existing folder name in Azure file share | No | if folder name does not exist in file share, mount would fail |
@andyzhangx True sorry... In that case I would like to request this as a feature. So create that folder if it doen`t exist. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
I also came across the need for this :( |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
What happened:
I have used the guide to come with your own storage account
My PersistentVolume has the option to moun to a subfolder. The folder doesn`t not yet exist on the share.
Mount will not attach.
What you expected to happen:
Mount will attach.
How to reproduce it:
Anything else we need to know?:
If you create the subfolder manually on the share via azure storage explorer it will attach.
Environment:
kubectl version
): latest aksuname -a
): latest aksThe text was updated successfully, but these errors were encountered: