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
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
We use this version to mount Minio S3. But when we used different passwords to mount, we found the problem of mounting errors:
software caused connection abort。
K8s events :
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal SuccessfulAttachVolume 25s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-7f5e238b-fe55-4014-840f-ac88498ebe91"
Warning FailedMount 2s (x6 over 18s) kubelet MountVolume.SetUp failed for volume "pvc-7f5e238b-fe55-4014-840f-ac88498ebe91" : rpc error: code = Unknown desc = stat /var/lib/kubelet/pods/dc4e633a-9e8a-4abf-8d22-c795e629da45/volumes/kubernetes.io~csi/pvc-7f5e238b-fe55-4014-840f-ac88498ebe91/mount: software caused connection abort
By querying s3fs commands and csi-s3 source code,We found differences between csi-s3 password files and manual mounting methods
csi-s3 container : password file (/root/.passwd-s3fs) in csi-s3-nfb2x
manual write passoword file
so we guess password file is wrong , and we change password file (/root/.passwd-s3fs) in container csi-s3-nfb2x