Hello.
After I force reboot when my linux box crash, I run into hashstore miscalculate problem, I try this: Hashstore error preventing node restart - #10 by Alexey
But I run into another problem:
root@d4:/mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/meta# /root/go/bin/write-hashtbl /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/0f/log-000000000000000f-00004fa4...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/10/log-0000000000000010-00004fa6...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/11/log-0000000000000011-00000000...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/12/log-0000000000000012-00000000...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/13/log-0000000000000013-00004fa8...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/14/log-0000000000000014-00000000...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/17/log-0000000000000017-00004fab...
Counting /mnt/storage/storj_13/storj_disk/storage/hashstore/1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE/s1/18/log-0000000000000018-00004fad...
Record count=1409
Using logSlots=12
hashstore: logSlots too small: logSlots=12
storj.io/storj/storagenode/hashstore.CreateHashTbl:73
storj.io/storj/storagenode/hashstore.CreateTable:129
main.(*cmdRoot).Execute:101
github.com/zeebo/clingy.(*Environment).dispatchDesc:129
github.com/zeebo/clingy.Environment.Run:41
main.main:29
runtime.main:283
What is this error and how could I resolve this? Thank you!