Skip to content

Commit

Permalink
Add configuration snippet for gluster cluster
Browse files Browse the repository at this point in the history
This issue closes #149
  • Loading branch information
arcimboldo committed May 25, 2015
1 parent 333225f commit 4ca2320
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/playbooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,23 @@ Extra variables can be set, by editing the `setup/` section:
| ``gluster_replicas`` | no replica | set replica value for default volume |
+----------------------+------------+-----------------------------------------+

A *snippet* of a typical configuration for a Gluster cluster is::

[cluster/gluster]
gluster-frontend_nodes=1
gluster-data_nodes=8
setup_provider=ansible_gluster
ssh_to=gluster-frontend
...
[setup/ansible_gluster]
gluster-frontend_groups=gluster_client
gluster-data_groups=gluster_data,gluster_client
gluster-data_var_gluster_replicas=2
gluster-data_var_gluster_stripes=1
...

OrangeFS/PVFS2
==============

Expand Down

0 comments on commit 4ca2320

Please sign in to comment.