Error starting master database on storagenode: group

Hello everyone,

I got the following errors in my logs. Does any know what is happening?

2022-06-21T02:32:41.410644684Z 2022-06-21T02:32:41.409Z	INFO	Operator wallet	{"Process": "storagenode", "Address": "0x290Eb454a283048ae0378f82bca20266C52eeB0e"}
2022-06-21T02:32:41.412721382Z Error: Error starting master database on storagenode: group:
2022-06-21T02:32:41.412796603Z --- stat config/storage/blobs: no such file or directory
2022-06-21T02:32:41.412818788Z --- stat config/storage/temp: no such file or directory
2022-06-21T02:32:41.412839955Z --- stat config/storage/garbage: no such file or directory
2022-06-21T02:32:41.412860714Z --- stat config/storage/trash: no such file or directory
2022-06-21T02:32:41.416755742Z 2022-06-21 02:32:41,416 INFO exited: storagenode (exit status 1; not expected)
2022-06-21T02:32:44.427750548Z 2022-06-21 02:32:44,426 INFO spawned: 'storagenode' with pid 114

Your mount point has changed or disk is unmounted.
Could you check your mounts?

df --si
2 Likes

Effectively, I don’t know why the disk was unmounted because my /etc/fstab file has the UUID of the disk but weird things happens sometimes. I mounted it again and everything is working fine.

I have been having the same issues seems that my external encloser is going bad…

1 Like

Interesting, good to know.