k8s-csi-s3
k8s-csi-s3 copied to clipboard
encounter problem
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
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
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.
Hi, still actual?
Hi, do you fix it? I meet the same problem when i used csi-s3 in a k3s cluster consist of 3 node.