Alexey
April 13, 2022, 5:35am
7
You can track this issue: [storagenode] The multiple nodes with `--network host` after upgrade to 1.50.4 cannot work anymore · Issue #4661 · storj/storj · GitHub
At the moment I can suggest to remove the --network host
and use port mapping, this resolves an issue.
The other solution is to migrate to binaries, since you already have unique ports for all needed services. See
We now have a Linux storage node and updater available. The Linux installer and the new docker container are not yet available. That means for now we have to create the required services manually. If you don’t know how that works please skip this test round and come back later when we have the installer or the docker container ready. Please don’t migrate any existing storage node. Better start a fresh storage node and expect it to get disqualified. If you are still willing to help us testing t…
and
For the first tech preview, we had to build the installer ourselves. This step is not needed anymore. We have an apt repository for you. With the following 3 commands, you can install a storage node.
echo "deb [trusted=yes] http://deb.storj.io buster-staging main" > /etc/apt/sources.list.d/storjlabs.list
sudo apt-get update
sudo apt-get install storagenode
Disqualification Warning
Don’t migrate docker nodes yet. It would require a surprising number of manual modifications. If you miss one you…