diff options
Diffstat (limited to 'doc/examples/legacy/posix-locks.vol')
| -rw-r--r-- | doc/examples/legacy/posix-locks.vol | 19 | 
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/examples/legacy/posix-locks.vol b/doc/examples/legacy/posix-locks.vol new file mode 100644 index 000000000..673afa3f8 --- /dev/null +++ b/doc/examples/legacy/posix-locks.vol @@ -0,0 +1,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  | 
