summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2019-04-22 16:00:36 +0530
committerKshithij Iyer <kiyer@redhat.com>2019-04-24 10:52:10 +0000
commitc8cd606e736546a60dd92a6271bb112d1453ce50 (patch)
tree57f5621d05d2b03ebe2bdc46c2a847719c4d1282 /examples
parent5f827f38ea259eb2760bc2570593d9df8dc29976 (diff)
Adding sample gdeploy config file in examples and editing Readme.md
It would be better if we provide a sample configuration file for gdeploy in glusto tests and also adding a few points in the Readme.md file on how to run gdeploy. Change-Id: I481a1c871aa8b2749d7118adcc0898af6ac2c197 Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/gdeploy_sample_config.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/gdeploy_sample_config.conf b/examples/gdeploy_sample_config.conf
new file mode 100644
index 000000000..f771d5e26
--- /dev/null
+++ b/examples/gdeploy_sample_config.conf
@@ -0,0 +1,10 @@
+#IP addresses.
+[hosts]
+
+#Creating and mounting bricks.
+[backend-setup]
+devices=/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde
+vgs=vg1,vg2,vg3,vg4
+pools=pool1,pool2,pool3,pool4
+lvs=lv1,lv2,lv3,lv4
+mountpoints=/bricks/brick1,/bricks/brick2,/bricks/brick3,/bricks/brick4