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