Hi Alexey : sorry, I cannot post anymore as an new user of the forum
FYI; i’ve only following on my win computer I used to generate identity
C:\Users\Yoga>dir C:\Users\Yoga\AppData\Roaming\Storj\Identity\storagenode
Le volume dans le lecteur C n’a pas de nom.
Le numéro de série du volume est 9023-D596
Répertoire de C:\Users\Yoga\AppData\Roaming\Storj\Identity\storagenode
this new user thing is so stupid, it also got me when i joined…
i forget the details, but without a doubt the new user post could be doubled or something, so that people can actually manage to solve their problems.
This is because it’s not a chat. The forum trying to incentive new users to post everything in one post. By the way, @stygre did that and this is cool!
Just then I’m failed to type faster than @stygre respond
To sum up :
1- DB issue
Newbie must have filesystem and mount type in concern
regarding what I learned…cifs may not work for the transactionnal DB
Mount an ext4 formated iSCSI LUN worked as an charm for me (take care of automount on server reboot)
2 - Cert issue
When creating the identity, ensure having 6 files generated and ensure folder hosting them is configured on docker container options
To conclude, I’ve highlty used this command :
To delete the container sudo docker stop storagenode / sudo docker rm storagenode
To get docker status : sudo docker ps -a
To check identity files : sudo docker exec -it storagenode ls -l /app/identity
Your best friend : get logs : sudo docker logs --tail 30 storagenode