summaryrefslogtreecommitdiffstats
path: root/172/regr/spec_files/server3.vol
blob: 10e73302053c39a3b91c168695208686ce0668c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
volume posix
  type storage/posix
  option directory /home/laks/workpath/regression/172/regr/export/export3
end-volume

volume locks
  type features/locks
  subvolumes posix
end-volume

volume brick
  type performance/io-threads
  option thread-count 8
  subvolumes locks
end-volume

volume server
  type protocol/server
  option transport-type tcp/server
  option listen-port 9354
  option auth.addr.brick.allow *
  subvolumes brick
end-volume