Hi,
Im trying to start a graceful exit of my node with command:
docker exec -it storagenode-de1 /app/storagenode exit-status --config-dir /app/config
but I get the following error:
fabrizio@storj-vps:~$ docker exec -it storagenode-de1 /app/storagenode exit-satellite --config-dir /app/config
2024-07-09T08:03:39Z INFO Configuration loaded {“Process”: “storagenode”, “Location”: “/app/config/config.yaml”}
2024-07-09T08:03:39Z INFO Anonymized tracing enabled {“Process”: “storagenode”}
2024-07-09T08:03:39Z INFO Identity loaded. {“Process”: “storagenode”, “Node ID”: “12cnme1o16sUhcpaNL3dQLkpcEUETcphNKzWC1Rhtkn1ck9pr9m”}
By starting a graceful exit from a satellite, you will no longer receive new uploads from that satellite.
This action can not be undone.
Are you sure you want to continue? [y/n]
- :y*
*Domain Name Node ID Space Used *
*saltlake.tardigrade.io:7777 1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE 413.42 GB *
*ap1.storj.io:7777 121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6 44.91 GB *
*us1.storj.io:7777 12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S 2.99 TB *
*eu1.storj.io:7777 12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs 1.05 TB *
Please enter a space delimited list of satellite domain names you would like to gracefully exit. Press enter to continue:
Invalid input. Please use valid satellite domian names.
Error: Invalid satellite domain names
Do I have to declare somewere in the graceful exit command that the db Is on other ssd disk localtion ?
Could be the issue ?