after restart of the docker node I get an error:
2024-10-05T23:18:10Z INFO Current binary version {“Process”: “storagenode-updater”, “Service”: “storagenode”, “Version”: “v1.113.2”}
2024-10-05T23:18:10Z INFO Version is up to date {“Process”: “storagenode-updater”, “Service”: “storagenode”}
2024-10-05T23:18:10Z INFO Current binary version {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”, “Version”: “v1.113.2”}
2024-10-05T23:18:10Z INFO Version is up to date {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”}
2024-10-05 23:18:11,909 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-10-05 23:18:11,911 INFO spawned: ‘storagenode’ with pid 56
2024-10-05 23:18:11,911 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-10-05T23:18:11Z INFO Configuration loaded {“Process”: “storagenode”, “Location”: “/app/config/config.yaml”}
2024-10-05T23:18:11Z INFO Anonymized tracing enabled {“Process”: “storagenode”}
2024-10-05T23:18:11Z INFO Operator email {“Process”: “storagenode”, “Address”: “bgerth@gmail.com”}
2024-10-05T23:18:11Z INFO Operator wallet {“Process”: “storagenode”, “Address”: “0x3eD2d2986543F1A0732e418b76569e74B128c450”}
2024-10-05T23:18:11Z ERROR failure during run {“Process”: “storagenode”, “error”: “Error opening database on storagenode: database: piece_expiration opening file "config/storage/piece_expiration.db" failed: unable to open database file: no such file or directory\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openDatabaseWithStat:407\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openDatabase:384\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openExistingDatabase:379\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openDatabases:354\n\tstorj.io/storj/storagenode/storagenodedb.OpenExisting:319\n\tmain.cmdRun:67\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:271”, “errorVerbose”: “Error opening database on storagenode: database: piece_expiration opening file "config/storage/piece_expiration.db" failed: unable to open database file: no such file or directory\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openDatabaseWithStat:407\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openDatabase:384\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openExistingDatabase:379\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).openDatabases:354\n\tstorj.io/storj/storagenode/storagenodedb.OpenExisting:319\n\tmain.cmdRun:67\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:271\n\tmain.cmdRun:69\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:271”}
Error: Error opening database on storagenode: database: piece_expiration opening file “config/storage/piece_expiration.db” failed: unable to open database file: no such file or directory
storj.io/storj/storagenode/storagenodedb.(*DB).openDatabaseWithStat:407
storj.io/storj/storagenode/storagenodedb.(*DB).openDatabase:384
storj.io/storj/storagenode/storagenodedb.(*DB).openExistingDatabase:379
storj.io/storj/storagenode/storagenodedb.(*DB).openDatabases:354
storj.io/storj/storagenode/storagenodedb.OpenExisting:319
main.cmdRun:67
main.newRunCmd.func1:33
storj.io/common/process.cleanup.func1.4:392
storj.io/common/process.cleanup.func1:410
github.com/spf13/cobra.(*Command).execute:983
github.com/spf13/cobra.(*Command).ExecuteC:1115
github.com/spf13/cobra.(*Command).Execute:1039
storj.io/common/process.ExecWithCustomOptions:112
main.main:34
runtime.main:271
2024-10-05 23:18:11,968 INFO exited: storagenode (exit status 1; not expected)
then when try to fix…says there is no disk space left
/dev/sdd 7.4T 414G 7.0T 6% /mnt/storj02
I tried doing the log thing and no change. fsck.ext4 finds no errors.
Proxmox says no space issues either.
586GB used out of 7.93TB
This is running on Proxmox in Ubuntu. This is my second node on different ports. Was up for more than 25 days now will not start.
I have the same issue with my 3rd node, but gave up on it, thinking may be some conflict.
there are no permissions issues.
Help…looking for assistance for resolution.