Skip to content
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

[0.41.1] after node crash csi-s3 fails umounting a not mounted directory #126

Open
pasztorl opened this issue Jul 18, 2024 · 0 comments
Open

Comments

@pasztorl
Copy link

pasztorl commented Jul 18, 2024

I0718 03:05:00.497445       1 utils.go:97] GRPC call: /csi.v1.Node/NodeUnpublishVolume
I0718 03:05:00.501810       1 nodeserver.go:152] s3: volume example-s3-csi/pvc-5f6fffe7-3407-4f0f-a156-cd45b22ca751 has been unmounted.
E0718 03:05:00.502595       1 utils.go:101] GRPC error: rpc error: code = Internal desc = Unmount failed: exit status 1
Unmounting arguments: /var/lib/kubelet/pods/4fb3f2dd-7c90-473e-b897-f39c14c3efaa/volumes/kubernetes.io~csi/pvc-b21e92f8-433c-44cb-91b6-87a4d2750f08/mount
Output: umount: can't unmount /var/lib/kubelet/pods/4fb3f2dd-7c90-473e-b897-f39c14c3efaa/volumes/kubernetes.io~csi/pvc-b21e92f8-433c-44cb-91b6-87a4d2750f08/mount: Invalid argument

i solved it by mounting tmpfs to the mountpoint, but checking needed, so if the directory not a mountpoint do not try to umount it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant