blob: 1c245c324adc1b5de2c079d6b6c4ef6e0ceeec7d (
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
|
# This spec file should be used for testing before any release
#
# Namespace posix
volume brick-ns
type storage/posix # POSIX FS translator
option directory /tmp/export-ns # Export this directory
end-volume
# 1st server
volume brick1
type storage/posix # POSIX FS translator
option directory /tmp/export1 # Export this directory
end-volume
# == Posix-Locks ==
volume plocks1
type features/posix-locks
# option mandatory on
subvolumes brick1
end-volume
volume iot1
type performance/io-threads
subvolumes plocks1 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb1
type performance/write-behind
subvolumes iot1
# option <key> <value>
end-volume
volume ra1
type performance/read-ahead
subvolumes wb1
# option <key> <value>
end-volume
volume brick2
type storage/posix # POSIX FS translator
option directory /tmp/export2 # Export this directory
end-volume
# == TrashCan Translator ==
# volume trash2
# type features/trash
# option trash-dir /.trashcan
# subvolumes brick2
# end-volume
# == Posix-Locks ==
volume plocks2
type features/posix-locks
# option <something> <something>
subvolumes brick2
end-volume
volume iot2
type performance/io-threads
subvolumes plocks2 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb2
type performance/write-behind
subvolumes iot2
# option <key> <value>
end-volume
volume ra2
type performance/read-ahead
subvolumes wb2
# option <key> <value>
end-volume
volume brick3
type storage/posix # POSIX FS translator
option directory /tmp/export3 # Export this directory
end-volume
# == TrashCan Translator ==
# volume trash3
# type features/trash
# option trash-dir /.trashcan
# subvolumes brick3
# end-volume
# == Posix-Locks ==
volume plocks3
type features/posix-locks
# option <something> <something>
subvolumes brick3
end-volume
volume iot3
type performance/io-threads
subvolumes plocks3 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb3
type performance/write-behind
subvolumes iot3
# option <key> <value>
end-volume
volume ra3
type performance/read-ahead
subvolumes wb3
# option <key> <value>
end-volume
volume brick4
type storage/posix # POSIX FS translator
option directory /tmp/export4 # Export this directory
end-volume
# == Posix-Locks ==
volume plocks4
type features/posix-locks
# option <something> <something>
subvolumes brick4
end-volume
volume iot4
type performance/io-threads
subvolumes plocks4 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb4
type performance/write-behind
subvolumes iot4
# option <key> <value>
end-volume
volume ra4
type performance/read-ahead
subvolumes wb4
# option <key> <value>
end-volume
volume brick5
type storage/posix # POSIX FS translator
option directory /tmp/export5 # Export this directory
end-volume
# == Posix-Locks ==
volume plocks5
type features/posix-locks
# option <something> <something>
subvolumes brick5
end-volume
volume iot5
type performance/io-threads
subvolumes plocks5 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb5
type performance/write-behind
subvolumes iot5
# option <key> <value>
end-volume
volume ra5
type performance/read-ahead
subvolumes wb5
# option <key> <value>
end-volume
volume brick6
type storage/posix # POSIX FS translator
option directory /tmp/export6 # Export this directory
end-volume
# == Posix-Locks ==
volume plocks6
type features/posix-locks
# option <something> <something>
subvolumes brick6
end-volume
volume iot6
type performance/io-threads
subvolumes plocks6 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb6
type performance/write-behind
subvolumes iot6
# option <key> <value>
end-volume
volume ra6
type performance/read-ahead
subvolumes wb6
# option <key> <value>
end-volume
volume brick7
type storage/posix # POSIX FS translator
option directory /tmp/export7 # Export this directory
end-volume
# == Posix-Locks ==
volume plocks7
type features/posix-locks
# option <something> <something>
subvolumes brick7
end-volume
volume iot7
type performance/io-threads
subvolumes plocks7 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb7
type performance/write-behind
subvolumes iot7
# option <key> <value>
end-volume
volume ra7
type performance/read-ahead
subvolumes wb7
# option <key> <value>
end-volume
volume brick8
type storage/posix # POSIX FS translator
option directory /tmp/export8 # Export this directory
end-volume
# == Posix-Locks ==
volume plocks8
type features/posix-locks
# option <something> <something>
subvolumes brick8
end-volume
volume iot8
type performance/io-threads
subvolumes plocks8 # change properly if above commented volumes needs to be included
# option <key> <value>
end-volume
volume wb8
type performance/write-behind
subvolumes iot8
# option <key> <value>
end-volume
volume ra8
type performance/read-ahead
subvolumes wb8
# option <key> <value>
end-volume
volume server8
type protocol/server
subvolumes ra8 ra1 ra2 ra3 ra4 ra5 ra6 ra7 brick-ns
option transport-type tcp # For TCP/IP transport
# option transport-type ib-sdp # For Infiniband transport
# option transport-type ib-verbs # For ib-verbs transport
option client-volume-filename /examples/qa-client.vol
option auth.addr.ra1.allow * # Allow access to "stat8" volume
option auth.addr.ra2.allow * # Allow access to "stat8" volume
option auth.addr.ra3.allow * # Allow access to "stat8" volume
option auth.addr.ra4.allow * # Allow access to "stat8" volume
option auth.addr.ra5.allow * # Allow access to "stat8" volume
option auth.addr.ra6.allow * # Allow access to "stat8" volume
option auth.addr.ra7.allow * # Allow access to "stat8" volume
option auth.addr.ra8.allow * # Allow access to "stat8" volume
option auth.addr.brick-ns.allow * # Allow access to "stat8" volume
end-volume
|