I am trying to setup a storj node, but I keep running into the error below.
The revocations.db file in the storage folder has been created, but it looks empty. Also the container created a bunch of other files in the directory, so i assume its not a permission issue (like it was the case with similar threads with this error).
What did I do wrong in the setup?
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "info"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "bandwidth"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "orders"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "piece_expiration"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "pieceinfo"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "piece_spaced_used"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "reputation"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "storage_usage"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "used_serial"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "satellites"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "notifications"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "heldamount"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "pricing"}
2023-09-03T17:20:00Z INFO db database does not exist {"process": "storagenode", "database": "secret"}
Error: Error creating revocation database: revocation database: boltdb: no such device
storj.io/storj/private/kvstore/boltdb.New:42
storj.io/storj/private/revocation.openDBBolt:52
storj.io/storj/private/revocation.OpenDB:35
storj.io/storj/private/revocation.OpenDBFromCfg:23
main.cmdRun:71
main.newRunCmd.func1:32
storj.io/private/process.cleanup.func1.4:399
storj.io/private/process.cleanup.func1:417
github.com/spf13/cobra.(*Command).execute:852
github.com/spf13/cobra.(*Command).ExecuteC:960
github.com/spf13/cobra.(*Command).Execute:897
storj.io/private/process.ExecWithCustomOptions:113
main.main:30
runtime.main:250
2023-09-03 17:20:00,776 INFO exited: storagenode (exit status 1; not expected)