summaryrefslogtreecommitdiffstats
path: root/143/regr/spec_files/server1.vol
blob: c66f7e16e60533cb97542b8c292a3d9eaac7217a (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
volume posix
  type storage/posix
  option directory /share/tickets/143/regr/export/export1
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
  option listen-port 9346
  option auth.addr.brick.allow *
  subvolumes brick
end-volume