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
Describe the bug
AKS node pools having instance Dv6 series fails for the pods using persistent volume, giving error
MountVolume.MountDevice failed for volume "pvc-67d71c1a-e9c2-4b0c-9abd-a20f9afb9d06" : rpc error: code = Internal desc = failed to find disk on lun 0. azureDisk - findDiskByLun(0) failed with error(failed to find disk by lun 0)
To Reproduce
Steps to reproduce the behavior:
Create a node pool with D4as_V6 instance or any v6 instance.
Deploy a pod which uses persistent volume like redis.
Pod will not start and stuck in init:0/1 state.
Expected behavior
Pod should be in running state.
Screenshots
Environment (please complete the following information):
CLI Version: v1.29.3
Kubernetes version 1.28.9
Additional context
Events:
Type Reason Age From Message
Normal Scheduled 116s default-scheduler Successfully assigned hypexe-controlpane-nonprod-sc/hypex-redis-master-0 to aks-utility0406-23602633-vmss000004
Warning FailedMount 41s (x8 over 113s) kubelet MountVolume.MountDevice failed for volume "pvc-67d71c1a-e9c2-4b0c-9abd-a20f9afb9d06" : rpc error: code = Internal desc = failed to find disk on lun 0. azureDisk - findDiskByLun(0) failed with error(failed to find disk by lun 0)
The text was updated successfully, but these errors were encountered:
Describe the bug
AKS node pools having instance Dv6 series fails for the pods using persistent volume, giving error
MountVolume.MountDevice failed for volume "pvc-67d71c1a-e9c2-4b0c-9abd-a20f9afb9d06" : rpc error: code = Internal desc = failed to find disk on lun 0. azureDisk - findDiskByLun(0) failed with error(failed to find disk by lun 0)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pod should be in running state.
Screenshots
Environment (please complete the following information):
Additional context
Events:
Type Reason Age From Message
Normal Scheduled 116s default-scheduler Successfully assigned hypexe-controlpane-nonprod-sc/hypex-redis-master-0 to aks-utility0406-23602633-vmss000004
Warning FailedMount 41s (x8 over 113s) kubelet MountVolume.MountDevice failed for volume "pvc-67d71c1a-e9c2-4b0c-9abd-a20f9afb9d06" : rpc error: code = Internal desc = failed to find disk on lun 0. azureDisk - findDiskByLun(0) failed with error(failed to find disk by lun 0)
The text was updated successfully, but these errors were encountered: