summaryrefslogtreecommitdiffstats
path: root/TestUnits/cli/volume/replace_brick/testenv.cfg
blob: 9c6adec221d9ed9d0f14304874dd0bc53cea5fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[DEFAULT]
user =
password =
glusterversion =
installpath =
downloadpath =

# ExportDir Section.
# Necessary Options: dir
# Optional: fstype, device
[export1]
dir =
fstype =
device =
options =

[export2]
dir =
fstype =
device =

[export3]
dir =
fstype =
device =

# Server Section
# Necessary Options: hostname, username, password, glusterversion.
# The username, password, glusterversion defaults from DEFAULTS Section and
# can be overridden
# Optional: installpath
[server1]
hostname =

[server2]
hostname =

[server3]
hostname =

# Brick Section
# Necessary Options: hostname, path
[brick1]
hostname = server1.hostname
path = export1

[brick2]
hostname = server2.hostname
path = export2

[brick3]
hostname = server3.hostname
path = export3

# Volume Section
# Necessary Options: volumename, bricks
# Optional replica=<Count>, stripe=<Count>
#
[volume1]
volumename = replicate
replica=2
stripe=
transporttype = tcp
bricks = brick1, brick2

# Client Section
# Necessary Options: hostname, username, password, glusterversion.
# The username, password, glusterversion defaults from DEFAULTS Section and
# can be overridden
# Optional: installpath
[client1]
hostname =

# MountDevice Section
# 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.
[mountdevice1]
hostname = server1.hostname
volumename = volume1.volumename

# Mount Section
# addMount(dir, type, client, device=master.volume, logfile=None)
[mount1]
dir =
client =
device = mountdevice1
type =