summaryrefslogtreecommitdiffstats
path: root/310/regr/spec_files/server2.vol
blob: 9901b047813a8a5b9d39856159e285ef699db7b0 (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
# file: /etc/glusterfs/glusterfs-server.vol
volume posix
  type storage/posix
  option directory /jbod/regr/226/export2
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 auth.addr.brick.allow *
  option transport.socket.listen-port 1500
  subvolumes brick
end-volume