1gdeploy(1) User Commands gdeploy(1)
2
3
4
6 gdeploy - Deploy/Configure a gluster cluster
7
9 gdeploy [--help | -h] [--version] [-c CONFIG_FILE] [-k] [-v | -vv]
10 [volumeset <hostIP>:<volumename> <key> <value>]
11
12
14 gdeploy is a deployment and configuration tool to set-up and deploy
15 GlusterFS. gdeploy uses ansible(1) to apply the configurations on
16 remote machines.
17
18 gdeploy can be used to set-up the logical volumes, create a glusterfs
19 volume, and mount it on one or more clients from an ansible installed
20 machine. The framework takes the configurations for this from a configā
21 uration file to be defined by the user. See gdeploy.conf(5) for more
22 details on writing configuration files.
23
25 -h, --help
26 Print this help text and exit
27
28 --version
29 Output version information and exit
30
31 -c CONFIG_FILE
32 Read the CONFIG_FILE and apply the configurations
33
34 -k Keep the generated playbooks, groupvars, and hostvars
35
36 -v, -vv
37 Run gdeploy in verbose mode, prints debug messages
38
39 volumeset
40 Set an option in the gluster volume
41
43 Apply the configuration in cluster.conf:
44 $ gdeploy -c cluster.conf
45
46 Set read-ahead off on a volume called backupvol on host 192.168.10.10
47 $ gdeploy volumeset 192.168.10.10:backupvol read-ahead off
48
50 /usr/share/doc/gdeploy/README.md
51 /usr/share/doc/gdeploy/examples/gluster.conf.sample
52
53
54
56 gdeploy.conf(5)
57
58
59
60 17 December 2015 gdeploy(1)