blob: 673afa3f8ae46f455a611de732bc984060f0c69d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
volume brick
type storage/posix # POSIX FS translator
option directory /home/export # Export this directory
end-volume
# 'Posix-locks' feature should be added on the server side.
volume p-locks
type features/posix-locks
subvolumes brick
option mandatory on
end-volume
volume server
type protocol/server
subvolumes p-locks
option transport-type tcp
option auth.addr.p-locks.allow 192.168.* # Allow access to "p-locks" volume
end-volume
|