You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
7b3cm1fnuy3x8xudcl87mr788 gfs-test_foo.1 alpine:latest@sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78 swarm1 Running Running about a minute ago
Hello!
I have a swarm/gluster cluster (three nodes):
I've made and started a volume:
gluster volume create gfs replica 3 swarm0:/gluster/brick swarm1:/gluster/brick swarm2:/gluster/brick force
gluster volume info
I've mounted the volume on all nodes:
I've installed and enabled plugin on all nodes:
I've tryied to deploy a service:
docker stack deploy -c gfs-test.yml gfs-test
I've became a errors:
7eifltph80eo09u69uv06d0lg \_ gfs-test_foo.1 alpine:latest@sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78 swarm2 Shutdown Rejected 8 minutes ago "VolumeDriver.Mount: error mounting gfs/vol1: exit status 1"
The docker volume exists:
If i create a folder "vol1" on one of the nodes in volume folder so it works fine:
7b3cm1fnuy3x8xudcl87mr788 gfs-test_foo.1 alpine:latest@sha256:2171658620155679240babee0a7714f6509fae66898db422ad803b951257db78 swarm1 Running Running about a minute ago
docker service inspect gfs-test_foo
Do I need create a folder in a volume's folder before or I have a problem?
The text was updated successfully, but these errors were encountered: