k8s-csi-s3 icon indicating copy to clipboard operation
k8s-csi-s3 copied to clipboard

encounter problem

Open z5614036 opened this issue 2 years ago • 4 comments

kubelet
MountVolume.SetUp failed for volume "pvc-c3df7c98-874e-406b-9957-c7548a93d6ba" : rpc error: code = Internal desc = stat /var/lib/kubelet/pods/7ea6c6d4-699f-4d11-99cd-7d372ff203b0/volumes/kubernetes.io~csi/pvc-c3df7c98-874e-406b-9957-c7548a93d6ba/mount: connection refused use csi-s3-test-nginx

z5614036 avatar Aug 15 '22 23:08 z5614036

Mounting fuse with command: geesefs and args: [--endpoint http://172.16.112.36:30019 -o allow_other --log-file /dev/stderr --memory-limit 1000 --dir-mode 0777 --file-mode 0666 --list-type 2 pvc-240f26e3-08bf-4735-a9fa-cbdb055b04b6: /var/lib/kubelet/pods/5663fbc8-bd38-402f-9c75-8d9ab95502f5/volumes/kubernetes.io~csi/pvc-240f26e3-08bf-4735-a9fa-cbdb055b04b6/mount] 2022/08/16 11:31:17.865625 fuse.ERROR writeMessage: invalid argument [80 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0] 2022/08/16 11:31:17.865727 main.INFO File system has been successfully mounted. E0816 11:31:18.866867 1 utils.go:101] GRPC error: stat /var/lib/kubelet/pods/5663fbc8-bd38-402f-9c75-8d9ab95502f5/volumes/kubernetes.io~csi/pvc-240f26e3-08bf-4735-a9fa-cbdb055b04b6/mount: connection refused

z5614036 avatar Aug 16 '22 11:08 z5614036

Hi, try to add --debug_s3 --debug_fuse to options or just try to mount geesefs manually with these options and see if the error persists, and attach the log here.

vitalif avatar Aug 16 '22 20:08 vitalif

Hi, still actual?

vitalif avatar Sep 09 '22 17:09 vitalif

Hi, do you fix it? I meet the same problem when i used csi-s3 in a k3s cluster consist of 3 node.

wethura avatar Jul 25 '23 08:07 wethura