summaryrefslogtreecommitdiffstats
path: root/doc/examples/posix-locks.vol
diff options
context:
space:
mode:
authorSachidananda <sac@gluster.com>2011-06-15 06:54:22 +0000
committerAnand Avati <avati@gluster.com>2011-06-16 09:14:44 -0700
commit4566fb78c16948f91e7d5b1934d8722b51508053 (patch)
treeb5ca5b04a025819565998333ebdbc5590723bc1d /doc/examples/posix-locks.vol
parent4ba661f5989db0148c7c1f4631645f932a99fe56 (diff)
Bring `examples' directory upto date.
Signed-off-by: Sachidananda Urs <sac@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 3031 (Fix share/{doc,man} directory) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3031
Diffstat (limited to 'doc/examples/posix-locks.vol')
-rw-r--r--doc/examples/posix-locks.vol7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/examples/posix-locks.vol b/doc/examples/posix-locks.vol
index b9c9e7a6481..673afa3f8ae 100644
--- a/doc/examples/posix-locks.vol
+++ b/doc/examples/posix-locks.vol
@@ -1,10 +1,10 @@
-
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 (as posix volume as subvolume) because it contains the actual file.
+# 'Posix-locks' feature should be added on the server side.
+
volume p-locks
type features/posix-locks
subvolumes brick
@@ -13,8 +13,7 @@ end-volume
volume server
type protocol/server
- subvolumes p-locks brick
+ subvolumes p-locks
option transport-type tcp
- option auth.addr.brick.allow 192.168.* # Allow access to "brick" volume
option auth.addr.p-locks.allow 192.168.* # Allow access to "p-locks" volume
end-volume