El nodo había conseguido recuperarlo y sin más ha empezado otra vez a reiniciarse… Lo que no entiendo es que se haya cambiado la configuración y me dé este error:
2024-07-23T14:17:54Z INFO Configuration loaded {“Process”: “storagenode”, “Location”: “/app/config/config.yaml”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “operator.email”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “contact.external-address”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “storage.allocated-disk-space”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “storage.allocated-bandwidth”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “operator.wallet”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “server.private-address”}
2024-07-23T14:17:54Z INFO Invalid configuration file key {“Process”: “storagenode”, “Key”: “server.address”}
2024-07-23T14:17:54Z INFO Anonymized tracing enabled {“Process”: “storagenode”}
He encontrado esto también que me preocupa y creo que es por alguna actualización:
El archivo config.yaml se comparte entre 2 procesos, por eso ves esas líneas de registro. Esto no es un error sino sólo una información. Puedes ver su etiqueta como INFO.
docker logs -f --tail 100 storagenode
[…]
2024-07-23 14:44:10,310 INFO exited: storagenode (exit status 1; not expected)
2024-07-23 14:44:11,312 INFO spawned: ‘storagenode’ with pid 64
2024-07-23 14:44:11,313 WARN received SIGQUIT indicating exit request
2024-07-23 14:44:11,313 INFO waiting for storagenode, processes-exit-eventlistener, storagenode-updater to die
2024-07-23T14:44:11Z INFO Got a signal from the OS: “terminated” {“Process”: “storagenode-updater”}
2024-07-23 14:44:11,314 INFO stopped: storagenode-updater (exit status 0)
2024-07-23T14:44:11Z INFO Configuration loaded {“Process”: “storagenode”, “Location”: “/app/config/config.yaml”}
2024-07-23T14:44:11Z INFO Anonymized tracing enabled {“Process”: “storagenode”}
2024-07-23T14:44:11Z INFO Operator email {“Process”: “storagenode”, “Address”: “”}
2024-07-23T14:44:11Z INFO Operator wallet {“Process”: “storagenode”, “Address”: “”}
2024-07-23T14:44:11Z INFO server kernel support for server-side tcp fast open remains disabled. {“Process”: “storagenode”}
2024-07-23T14:44:11Z INFO server enable with: sysctl -w net.ipv4.tcp_fastopen=3 {“Process”: “storagenode”}
2024-07-23T14:44:11Z INFO Telemetry enabled {“Process”: “storagenode”, “instance ID”: “”}
2024-07-23T14:44:11Z INFO Event collection enabled {“Process”: “storagenode”, “instance ID”: “”}
2024-07-23T14:44:11Z INFO db.migration.58 Remove unused trash column {“Process”: “storagenode”}
2024-07-23T14:44:11Z ERROR failure during run {“Process”: “storagenode”, “error”: “Error migrating tables for database on storagenode: migrate: v58: database disk image is malformed\n\tstorj.io/storj/private/migrate.(*Migration).Run:212\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).MigrateToLatest:425\n\tmain.cmdRun:100\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\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 migrating tables for database on storagenode: migrate: v58: database disk image is malformed\n\tstorj.io/storj/private/migrate.(*Migration).Run:212\n\tstorj.io/storj/storagenode/storagenodedb.(*DB).MigrateToLatest:425\n\tmain.cmdRun:100\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\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:102\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:393\n\tstorj.io/common/process.cleanup.func1:411\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 migrating tables for database on storagenode: migrate: v58: database disk image is malformed
** storj.io/storj/private/migrate.(Migration).Run:212
** storj.io/storj/storagenode/storagenodedb.(DB).MigrateToLatest:425
main.cmdRun:100
main.newRunCmd.func1:33 storj.io/common/process.cleanup.func1.4:393 storj.io/common/process.cleanup.func1:411 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-07-23 14:44:11,785 INFO stopped: storagenode (exit status 1)
2024-07-23 14:44:11,785 INFO stopped: processes-exit-eventlistener (terminated by SIGTERM)