You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to setup a storage class using this driver that mounts an existing File Share. Permissions are correctly set on both the share and the storage account for the cluster identity.
Warning ProvisioningFailed 8m25s file.csi.azure.com_csi-azurefile-controller-7d9d494db4-mw8fp_b7e1aea6-2850-4aac-8259-4bf77d0dac82 failed to provision volume with StorageClass "sc- │
│ shared-fileshare-dgarcia": rpc error: code = Internal desc = failed to create file share(data) on account(mystorageaccount) type() subsID(xx) rg(rg-sandboxes-shared) loca │
│ tion() size(10), error: storage.FileSharesClient#Create: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidHeaderValue" Mes │
│ sage="The value for one of the HTTP headers is not in the correct format.\nRequestId:8cefd430-501a-001f-342d-c256d9000000\nTime:2024-06-19T09:43:58.4428140Z"
What you expected to happen:
No error is thrown.
How to reproduce it:
Create a storage class and then a PVC, the PVC fails.
Environment:
CSI Driver version: 1.28.10
Kubernetes version (use kubectl version): 1.27.7
The text was updated successfully, but these errors were encountered:
k8s-ci-robot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Oct 18, 2024
What happened:
I am trying to setup a storage class using this driver that mounts an existing File Share. Permissions are correctly set on both the share and the storage account for the cluster identity.
This is the definition of the StorageClass
When I create a PVC I get:
What you expected to happen:
No error is thrown.
How to reproduce it:
Create a storage class and then a PVC, the PVC fails.
Environment:
kubectl version
): 1.27.7The text was updated successfully, but these errors were encountered: