-
Notifications
You must be signed in to change notification settings - Fork 194
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
Standard_E2pds_v6: "OptimizeDiskPerformance: Node info is not provided. Error: invalid parameter" #2715
Comments
thanks, could you remove
|
Hi, thanks! The And do you know, if there is an alpine images available at |
@jkroepke you should set |
Damn, I can't control that setting in AKS. |
Manually apply the udev rule on that node wont recover existing PVs. It's not an production impact for me, but I saw that an PR is there to update it for AKS? And for the future, using VolumeAttributeClasses might be a better option once GA. https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ Then, such performance related field can be mutated after creation. |
@jkroepke could you reschedule the pod to other node and make it remount? what's the error msg now? |
The test cluster have v6 SKU nodes exclusive. And the Daemonset seems working fine.
Then I set the replica to 0 to unmount all pvc. I also looked to Azure Portal, if disks are detached from VM After rescheude, disk are attached again: and k describe pod show the same error:
|
@jkroepke you are blocked by the first error, could you remove |
I wish I could, but that setting is immutable
|
@jkroepke you need to create new pv unfortunately |
What happened: After switch to Standard_E2pds_v6 based node pools, all CSI Disk volumes can't mounts. Pods with PVC getting the following error
What you expected to happen: It should just works
How to reproduce it:
Anything else we need to know?:
Guessing
parameters.perfProfile
from the SC could be the root cause.Node:
Environment:
mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.30.5
kubectl version
): v1.31.2uname -a
): Linux aks-opsstack-41465895-vmss000000 5.15.167.1-2.cm2 Confirm to Kubernetes repo requirements #1 SMP Tue Oct 29 03:05:00 UTC 2024 aarch64 aarch64 aarch64 GNU/LinuxThe text was updated successfully, but these errors were encountered: