The image remains in status “restarting”
docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7c2781a7baff storjlabs/storagenode:latest “/entrypoint” 7 seconds ago Restarting (1) 1 second ago storagenode
docker logs storagenode
Error: write /app/config/config.yaml493469550: operation not permitted
Error: write /app/config/config.yaml883356979: operation not permitted
Error: write /app/config/config.yaml913730747: operation not permitted
Error: write /app/config/config.yaml904132711: operation not permitted
Error: write /app/config/config.yaml435291078: operation not permitted
Error: write /app/config/config.yaml959565671: operation not permitted
Error: write /app/config/config.yaml330805613: operation not permitted
Error: write /app/config/config.yaml580394221: operation not permitted
Error: write /app/config/config.yaml970663828: operation not permitted
Launched by user quetdn, who is the owner of identity files and can write in storage directory. Same result if launched with sudo.
*docker run -d --restart unless-stopped --stop-timeout 300 \*
- -p 28967:28967 *
- -p 127.0.0.1:14002:14002 *
- -e WALLET=“0xXXXXXXXXXXXXXXXXXXXX” *
- -e EMAIL="xxxxxxxx@gmail.com" *
- -e ADDRESS=“xx.xx.xx:28967” *
- -e STORAGE=“600GB” *
- –mount type=bind,source="/home/quetdn/.local/share/storj/identity/storagenode",destination=/app/identity *
- –mount type=bind,source="/mnt/storjuser02",destination=/app/config *
- –name storagenode storjlabs/storagenode:latest*
ls -l /mnt
total 0
drwxrwxrwx 2 root root 0 Jun 29 23:32 storjuser02
ls -l /mnt/storjuser02/
total 0
-rw-rw-r-- 1 quetdn quetdn 0 Jun 29 23:41 pp
df -k .
Filesystem 1K-blocks Used Available Use% Mounted on
192.168.0.150,192.168.0.151,192.168.0.152,192.168.0.153:/other/StorJData/ 1852850176 979525632 873324544 53% /mnt/storjuser02
It is a Cephfs
Any ideas?