ctrox / csi-s3

A Container Storage Interface for S3
Apache License 2.0
758 stars 167 forks source link

ls: reading directory '.': Input/output error #93

Open romizhang opened 5 months ago

romizhang commented 5 months ago

Within RKE2 v1.26, after attach pvc to pod /mnt dir , could visit /mnt ,it showed: ls: reading directory '.': Input/output error

lgy1027 commented 4 months ago

Have you solved similar problems? Will this project not be maintained

Kamukage3e commented 1 month ago

@romizhang @lgy1027 this is belongs rclone error. Currenly vfs cache mode is write in this csi-s3. Need to add full mode --vfs-cache-mode=full. https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/pkg/mounter/rclone.go#L54