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
Issue surfaced by @starpit. Unmounting CSI-volumes results in the following errors appearing in the kubelet logs:
: E0304 16:11:05.124817 11037 reconciler_common.go:169] “operationExecutor.UnmountVolume failed (controllerAttachDetachEnabled false) for volume \“workdir\” (UniqueName: \“[kubernetes.io/csi/ch.ctrox.csi.s3-driver^pvc-e7d1c230-6891-4f98-be7f-689848357a04](http://kubernetes.io/csi/ch.ctrox.csi.s3-driver%5Epvc-e7d1c230-6891-4f98-be7f-689848357a04)\“) pod \“27c8697f-d40b-4a1a-b0c4-c191b015619f\” (UID: \“27c8697f-d40b-4a1a-b0c4-c191b015619f\“) : UnmountVolume.NewUnmounter failed for volume \“workdir\” (UniqueName: \“[kubernetes.io/csi/ch.ctrox.csi.s3-driver^pvc-e7d1c230-6891-4f98-be7f-689848357a04](http://kubernetes.io/csi/ch.ctrox.csi.s3-driver%5Epvc-e7d1c230-6891-4f98-be7f-689848357a04)\“) pod \“27c8697f-d40b-4a1a-b0c4-c191b015619f\” (UID: \“27c8697f-d40b-4a1a-b0c4-c191b015619f\“) : [kubernetes.io/csi](http://kubernetes.io/csi): unmounter failed to load volume data file [/var/data/kubelet/pods/27c8697f-d40b-4a1a-b0c4-c191b015619f/volumes/kubernetes.io~csi/pvc-e7d1c230-6891-4f98-be7f-689848357a04/mount]: [kubernetes.io/csi](http://kubernetes.io/csi): failed to open volume data file [/var/data/kubelet/pods/27c8697f-d40b-4a1a-b0c4-c191b015619f/volumes/kubernetes.io~csi/pvc-e7d1c230-6891-4f98-be7f-689848357a04/vol_data.json]: open /var/data/kubelet/pods/27c8697f-d40b-4a1a-b0c4-c191b015619f/volumes/kubernetes.io~csi/pvc-e7d1c230-6891-4f98-be7f-689848357a04/vol_data.json: no such file or directory” err=“UnmountVolume.NewUnmounter failed for volume \“workdir\” (UniqueName: \“[kubernetes.io/csi/ch.ctrox.csi.s3-driver^pvc-e7d1c230-6891-4f98-be7f-689848357a04](http://kubernetes.io/csi/ch.ctrox.csi.s3-driver%5Epvc-e7d1c230-6891-4f98-be7f-689848357a04)\“) pod \“27c8697f-d40b-4a1a-b0c4-c191b015619f\” (UID: \“27c8697f-d40b-4a1a-b0c4-c191b015619f\“) : [kubernetes.io/csi](http://kubernetes.io/csi): unmounter failed to load volume data file [/var/data/kubelet/pods/27c8697f-d40b-4a1a-b0c4-c191b015619f/volumes/kubernetes.io~csi/pvc-e7d1c230-6891-4f98-be7f-689848357a04/mount]: [kubernetes.io/csi](http://kubernetes.io/csi): failed to open volume data file [/var/data/kubelet/pods/27c8697f-d40b-4a1a-b0c4-c191b015619f/volumes/kubernetes.io~csi/pvc-e7d1c230-6891-4f98-be7f-689848357a04/vol_data.json]: open /var/data/kubelet/pods/27c8697f-d40b-4a1a-b0c4-c191b015619f/volumes/kubernetes.io~csi/pvc-e7d1c230-6891-4f98-be7f-689848357a04/vol_data.json: no such file or
when i log in to the node and look for that path… it truly doesn’t exist. but the directory does: ls /host/var/data/kubelet/pods/d6a38336-a6b1-4f3a-92d2-b0198971391b/volumes/kubernetes.io~csi/pvc-3616d887-9376-42e5-a6a8-baec51ea2684/ vol_data.json
Issue surfaced by @starpit. Unmounting CSI-volumes results in the following errors appearing in the kubelet logs:
Cluster details:
The text was updated successfully, but these errors were encountered: