Alexey
October 11, 2023, 4:59am
6
If you have several network interfaces (local IPs) for your setup, you may bind this container to the IP, which is provided in the port forwarding rule, i.e.
-p 192.168.10.24:28975:28967/tcp \
-p 192.168.10.24:28975:28967/udp \
Regarding untrusted satellites warning it’s because we removed US2 and EUN1 satellites from the trusted list:
[1000009521]
Farewell, europe-north-1 and us2. It’s been fun!
You may remove them:
Following the announcement to decommission Europe-north-1 and US2 satellites, manually deleting the remaining data of these satellites from the node can be a tedious task as it requires finding the blobs folder name for each satellite, so we wanted to improve the storagenode CLI to semi-automate cleaning up a satellite data after it is marked as untrusted.
The storagenode CLI (versions from 1.88.0) provides a forget-satellite subcommand to remove satellites from the trust cache and clean up the…