seaweedfs / seaweedfs-csi-driver

SeaweedFS CSI Driver https://github.com/seaweedfs/seaweedfs
Apache License 2.0
218 stars 50 forks source link

filer服务器有部分文件出现I/O error 无法访问 #181

Open god12311 opened 1 week ago

god12311 commented 1 week ago

部分文件在使用过程中,出现无法访问,提示I/O error;目前还不能确定到底是什么操作引起,出现这种情况该,如何修复呢

报错: image

文件位置存在,但是无法访问: image

通过命令 fs.verify 校验发现确实有问题 file:/xxxx/cyclonedx-maven-plugin/resolver-status.properties failed verify fileId 26,01cf6ff3c097893d: volumeId 26 not found

出现这种情况我改如何避免以及批量修复呢,目前我通过fs.verify 命令查看,发现有将近300个文件都有这个问题,谢谢

chrislusf commented 1 week ago

Find volume 26.

god12311 commented 1 week ago

Find volume 26.

为了快速解决,我把失败的元数据线清理了,然后重新上传了文件,目前看是都正常了,我再观察下还会不会出现这个问题