There are 4 of 6 folders status as Unknown on one of 4 syncthing nodes.
I deployed a cluster of syncthing nodes on 4 ARM boards, and setup folders to sync. There are 6 folders to sync on each node. The cluster ran well for days and managed TBs of data. But now there are 4 folders as Unknown on node0. I tried to rescan but not help.
syncthing ver: 1.28.0-1 OS: Linux 6.11.3-1-armv7-ARCH
The ID of Unknown folders are: civnf-fgzct, hvefp-nk526, gd72z-5geto, wke6e-5meu6 I grep the log files, and got errors for some folders as:
[cicada@node0 syncthing]$ grep civnf-fgzct panic-20241020-165*
panic-20241020-165004.reported.log:[R6W7O] INFO: Ready to synchronize "0-1" (civnf-fgzct) (sendonly)
panic-20241020-165004.reported.log:[R6W7O] WARNING: Fatal error: civnf-fgzct Get(bak/jingju/guchenghui-1.wmv): filling Blocks: leveldb/table: corruption on data-block (pos=573531): checksum mismatch, want=0x91b1ab1 got=0x311db657 [file=006557.ldb]
panic-20241020-165035.reported.log:[R6W7O] INFO: Ready to synchronize "0-1" (civnf-fgzct) (sendonly)
panic-20241020-165035.reported.log:[R6W7O] WARNING: Fatal error: civnf-fgzct Get(bak/jingju/guchenghui-1.wmv): filling Blocks: leveldb/table: corruption on data-block (pos=573531): checksum mismatch, want=0x91b1ab1 got=0x311db657 [file=006557.ldb]
panic-20241020-165106.reported.log:[R6W7O] INFO: Ready to synchronize "0-1" (civnf-fgzct) (sendonly)
panic-20241020-165106.reported.log:[R6W7O] WARNING: Fatal error: civnf-fgzct Get(bak/jingju/guchenghui-1.wmv): filling Blocks: leveldb/table: corruption on data-block (pos=573531): checksum mismatch, want=0x91b1ab1 got=0x311db657 [file=006557.ldb]
panic-20241020-165138.reported.log:[R6W7O] INFO: Ready to synchronize "0-1" (civnf-fgzct) (sendonly)
panic-20241020-165138.reported.log:[R6W7O] WARNING: Fatal error: civnf-fgzct Get(bak/jingju/guchenghui-1.wmv): filling Blocks: leveldb/table: corruption on data-block (pos=573531): checksum mismatch, want=0x91b1ab1 got=0x311db657 [file=006557.ldb]
panic-20241020-165209.reported.log:[R6W7O] INFO: Ready to synchronize "0-1" (civnf-fgzct) (sendonly)
panic-20241020-165209.reported.log:[R6W7O] WARNING: Fatal error: civnf-fgzct Get(bak/jingju/guchenghui-1.wmv): filling Blocks: leveldb/table: corruption on data-block (pos=573531): checksum mismatch, want=0x91b1ab1 got=0x311db657 [file=006557.ldb]
but also some folders looks well, as:
[cicada@node0 syncthing]$ grep wke6e-5meu6 panic-20241020-165*
panic-20241020-165004.reported.log:[R6W7O] INFO: Ready to synchronize "2-0" (wke6e-5meu6) (receiveonly)
panic-20241020-165004.reported.log:[R6W7O] INFO: Completed initial scan of receiveonly folder "2-0" (wke6e-5meu6)
panic-20241020-165035.reported.log:[R6W7O] INFO: Ready to synchronize "2-0" (wke6e-5meu6) (receiveonly)
panic-20241020-165035.reported.log:[R6W7O] INFO: Completed initial scan of receiveonly folder "2-0" (wke6e-5meu6)
panic-20241020-165106.reported.log:[R6W7O] INFO: Ready to synchronize "2-0" (wke6e-5meu6) (receiveonly)
panic-20241020-165106.reported.log:[R6W7O] INFO: Completed initial scan of receiveonly folder "2-0" (wke6e-5meu6)
panic-20241020-165138.reported.log:[R6W7O] INFO: Ready to synchronize "2-0" (wke6e-5meu6) (receiveonly)
panic-20241020-165138.reported.log:[R6W7O] INFO: Completed initial scan of receiveonly folder "2-0" (wke6e-5meu6)
panic-20241020-165209.reported.log:[R6W7O] INFO: Ready to synchronize "2-0" (wke6e-5meu6) (receiveonly)
panic-20241020-165209.reported.log:[R6W7O] INFO: Completed initial scan of receiveonly folder "2-0" (wke6e-5meu6)
Could anyone help? If you need more logs or settings, please let me know.
Thanks in advanced.