search for: gustervol

Displaying 4 results from an estimated 4 matches for "gustervol".

Did you mean: glustervol
2017 Jun 25
2
Persistent storage for docker containers from a Gluster volume
...ume for that purpose on all docker nodes using FUSE and then simply start containers which require persistent storage with a mount of bind type. For example here is how I would create my container requiring persistent storage: docker service create --name testcontainer --mount type=bind,source=/mnt/gustervol/testcontainer,target=/mnt alpine What do you think about that? Is this a good way? or is the even a better way? Regards, M. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170625/2524c5a0/attachment....
2017 Jun 28
0
Persistent storage for docker containers from a Gluster volume
...or that purpose on all docker nodes using FUSE and then simply start containers which require persistent storage with a mount of bind type. For example here is how I would create my container requiring persistent storage: > docker service create --name testcontainer --mount type=bind,source=/mnt/gustervol/testcontainer,target=/mnt alpine > What do you think about that? Is this a good way? or is the even a better way? > > Regards, > M. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170628/e...
2017 Jun 29
2
Persistent storage for docker containers from a Gluster volume
...e for that purpose on all docker nodes using FUSE and then simply start containers which require persistent storage with a mount of bind type. For example here is how I would create my container requiring persistent storage: docker service create --name testcontainer --mount type=bind,source=/mnt/ gustervol/testcontainer,target=/mnt alpine What do you think about that? Is this a good way? or is the even a better way? If you are using kubernetes, then please have a look at https://github.com/gluster/gluster-kubernetes Otherwise, what you are suggesting works. Raghavendra Talur Regards, M....
2017 Jun 29
0
Persistent storage for docker containers from a Gluster volume
...simply start containers which require persistent storage >> with a mount of bind type. For example here is how I would create >> my container requiring persistent storage: >> >> docker service create --name testcontainer --mount >> type=bind,source=/mnt/gustervol/testcontainer,target=/mnt alpine >> >> >> >> What do you think about that? Is this a good way? or is the even >> a better way? > > > > If you are using kubernetes, then please have a look at > > https://github.com/gluster/gluster-kubernetes &g...