Skip to content

Commit

Permalink
Merge pull request #163 from NITEMAN/doc-arbiter
Browse files Browse the repository at this point in the history
Fix arbiter doc
  • Loading branch information
juniorsysadmin authored Apr 2, 2018
2 parents b286f4e + 3284a98 commit 234dc97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ This defined type creates a Gluster volume. You can specify a stripe count, a re

Note that creating brick filesystems is up to you. May I recommend the [Puppet Labs LVM module](https://forge.puppetlabs.com/puppetlabs/lvm) ?

If using [arbiter](https://gluster.readthedocs.io/en/latest/Administrator%20Guide/arbiter-volumes-and-quorum/) volumes, you must conform to the replica count that will work with them, at the time of writing this, Gluster 3.12 only supports a configuration of `replica => 2, arbiter => 1`.
If using [arbiter](https://gluster.readthedocs.io/en/latest/Administrator%20Guide/arbiter-volumes-and-quorum/) volumes, you must conform to the replica count that will work with them, at the time of writing this, Gluster 3.12 only supports a configuration of `replica => 3, arbiter => 1`.

When creating a new volume, this defined type will ensure that all of the servers hosting bricks in the volume are members of the storage pool. In this way, you can define the volume at the time you create servers, and once the last peer joins the pool the volume will be created.

Expand Down

0 comments on commit 234dc97

Please sign in to comment.