Giter Club home page Giter Club logo

docker-glusterfs's Introduction

docker-glusterfs

gluster in a container. or giac?

Installation

Install the systemd units and run the following:

systemctl enable glusterd
systemctl start glusterd

Joining a cluster

If you already have a node or more operational, you will want to join this node as a peer. Run the following on an existing node.

docker exec -ti glusterd gluster peer probe <hostname-or-ip-of-new-node>

Creating a volume

To create a volume create your bricks in /srv/gluster/bricks/brickN/brick and run the following on any joined node (my example is called absol and the volume is named gvol0):

docker exec -ti glusterd gluster volume create gvol0 absol:/srv/gluster/bricks/brick1/brick absol:/srv/gluster/brick2/brick
docker exec -ti glusterd gluster volume start gvol0

Mount a volume

To mount a volume, create files like example/mnt-gvol.* in /etc/systemd/system.

You will also need to add the mount.glusterfs-docker command to /sbin:

docker run -i jamesandariese/glusterfs:6.2 cat /sbin/mount.glusterfs-docker > /sbin/mount.glusterfs-docker
chmod +x /sbin/mount.glusterfs-docker

In the example, volumeName would be gvol0 and it will be mounted at /mnt/gvol0.

docker-glusterfs's People

Contributors

jamesandariese avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.