summaryrefslogtreecommitdiffstats
path: root/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'TestUnits/xlators/cluster/afr/self_heal/testenv.cfg')
-rw-r--r--TestUnits/xlators/cluster/afr/self_heal/testenv.cfg71
1 files changed, 22 insertions, 49 deletions
diff --git a/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg b/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg
index 991756f..a38571e 100644
--- a/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg
+++ b/TestUnits/xlators/cluster/afr/self_heal/testenv.cfg
@@ -1,23 +1,23 @@
[DEFAULT]
-user = root
-password = syst3m
-glusterversion = 3.2.5
+user =
+password =
+glusterversion =
installpath =
-downloadpath =
+downloadpath =
# ExportDir Section.
# Necessary Options: dir
# Optional: fstype, device
[export1]
-dir = /export
-fstype = xfs
-device = /dev/sdb1
-options =
+dir =
+fstype =
+device =
+options =
[export2]
-dir = /export
-fstype = xfs
-device = /dev/sda1
+dir =
+fstype =
+device =
# Server Section
# Necessary Options: hostname, username, password, glusterversion.
@@ -25,10 +25,10 @@ device = /dev/sda1
# can be overridden
# Optional: installpath
[server1]
-hostname = 10.1.11.110
+hostname =
[server2]
-hostname = 10.1.11.111
+hostname =
# Brick Section
# Necessary Options: hostname, path
@@ -40,21 +40,13 @@ path = export1
hostname = server2.hostname
path = export2
-[brick3]
-hostname = server1.hostname
-path = /opt/export1
-
-[brick4]
-hostname = server2.hostname
-path = /opt/export1
-
# Volume Section
# Necessary Options: volumename, bricks
# Optional replica=<Count>, stripe=<Count>
-#
+#
[volume1]
volumename = replicate
-replica=
+replica=2
stripe=
transporttype = tcp
bricks = brick1, brick2
@@ -65,15 +57,15 @@ bricks = brick1, brick2
# can be overridden
# Optional: installpath
[client1]
-hostname = 10.1.11.109
+hostname =
# MountDevice Section
-# Necessary Options: hostname, volume
+# Necessary Options: hostname, volume
# The Server1.hostname could be a VIP also. Need not be a server hostname
# IN a general case,(without NFS) we keep the 1st server from serverpool
# The volume specified in this section is the "active_volume" onto which all
# clients will be mounting to. This active volume and hostname can be changed
-# during testrun.
+# during testrun.
[mountdevice1]
hostname = server1.hostname
volumename = volume1.volumename
@@ -81,28 +73,9 @@ volumename = volume1.volumename
# Mount Section
# addMount(dir, type, client, device=master.volume, logfile=None)
[mount1]
-dir = /mnt/replicate1
-client = client1
-device = mountdevice1
-type = glusterfs
+dir =
+client =
+device =
+type =
logfile =
options =
-
-[mount2]
-dir = /mnt/replicate2
-client = client1
-device = mountdevice1
-type = glusterfs
-
-[mount3]
-dir = /mnt/replicate3
-client = client1
-device = mountdevice1
-type = glusterfs
-
-
-
-
-
-
-