We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: