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
It's on GKE and the CSI driver is deployed by GKE. Some Pods stucks at ContainerCreating state forever and the relevant events show:
MountVolume.MountDevice failed for volume "pvc-xxxxxxx-xxxx-..." : rpc error: code = Internal desc = Error when getting device path: rpc error: code = Internal desc = error verifying GCE PD ("pvc-xxxxxxx-xxxx-...") is attached: failed to find and re-link disk pvc-xxxxxxx-xxxx-... with udevadm after retrying for 3s: failed to trigger udevadm fix of non existent disk for "pvc-xxxxxxx-xxxx-...": udevadm --trigger requested to fix disk pvc-xxxxxxx-xxxx-... but no such disk was found
It seems the driver gave up and the pod stucks forever. This never happened with the old in-tree kubernetes.io/gce-pd provisioner.
The text was updated successfully, but these errors were encountered:
I suspect this is #608 and the virtio deadlock problem. See the details in the bug about identifying force detach or some other detach the could get the node into a bad state. Also, are you observing this for all mounts on a particular node?
I suspect this is #608 and the virtio deadlock problem. See the details in the bug about identifying force detach or some other detach the could get the node into a bad state. Also, are you observing this for all mounts on a particular node?
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
It's on GKE and the CSI driver is deployed by GKE. Some Pods stucks at ContainerCreating state forever and the relevant events show:
It seems the driver gave up and the pod stucks forever. This never happened with the old in-tree
kubernetes.io/gce-pd
provisioner.The text was updated successfully, but these errors were encountered: