After restarting the mashine I’ve shared the drives in Docker, put the command
“docker run … and so the same as usual”
but the node transmit the message “Error response from daemon: invalid mount config for type “bind”: bind source path does not exist: /host_mnt/g/data/identity/storagenode”
as when the shared drive in Docker not shared propertly. Existance of /host_mnt/g/data/identity/storagenode also checked.
The uninstall Docker, restart the mashine, install Docker, put the shared drives, go with “docker run … and so the same as usual” and get the same error.
Then tried to wake only one node with GUI Windows, the node is offline:
There is no way to expand on Windows multiple nodes without Docker (except Vadim’s Toolbox, but the TB not fly when I’ve tried it).
The drives in JBOD shelf and attached via expansion board to pc.
This drives works as a nodes already for a long time, but after rebooting I’ve got issue described in topic.
Yea this is an issue with docker though you can’t really trust it, espically if you recently updated windows or docker… Have you tried to install an older version of docker to see if it works? https://documentation.storj.io/setup/cli/docker
I have not roll up update at Docker there is a 2.0.5 version.
And Win not goes to update also (as far as I remember).
Got the node in different place at Win GUI - works fine with latest updates.
passed a couple of times.
for now I’ve made:
the distributive install;
roll up Docker 2.1.0.5;
roll up the same commands in Powershell for node installing. the commands are passed and watchtower rolled up too;
nodes with OFFLINE status, but shows UPTIME status.
Ok, thanks Vadim, try to look at.
For now there is not so important at what base the nodes rolled (Docker or WIN GUI) - they not works. And it freaks out.
the current statement is:
Second reinstall of Win10 from scratch;
Roll up Docker 3.0.0 with wsl2 and ubuntu distr;
Then Win Powershell same Docker commands as usual.
1st node ONLINE status, with UPTIME;
2nd node OFFLINE status, with UPTIME.
At 2nd some errors in logs like that:
ERROR orders.XXXXXXXXX failed to archive orders {“error”: "order: ordersfile: rename config/orders/unsent/unsent-orders
The offline is not related to the version of the Docker though.
If this is the second node in the same network, you should use a different external port in the port forwarding rule and in the -e ADDRESS option. For example -e ADDRESS="xxx:28968".
I assume that you run both nodes on the same PC, the port mapping option in the docker run must have a different external port too, i.e. -p 28968:28967 -p 127.0.0.1:14003:14002 and port forwarding on your router should be from 28968 to 28968 and IP of your PC.
If they are on a different PCs, then you can do not change external ports in the port mapping in the docker run command (except ADDRESS, it must have a different port), then port forwarding would be from 28968 to 28967 and the IP of the second PC.
This mean that your storage actually doesn’t work properly. Please check:
So does this mean you were able to over come the bad mount errors? So this is all about the connection now and not the mounts. If your original node was windows the order files arent in the same folder.
After of wsl2 integration drives share got dissapeared - no menu in settings, no checks in menu. Should I react some other way or wsl2 makes a drive share by default?
There is also a new menu in Docker: