From 076830c068fb39bbc3e863c89a4253cbea36357e Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 9 Apr 2012 23:11:52 +0530 Subject: doc: Move outdated documentation to legacy Change-Id: I0ceba9a993e8b1cdef4ff6a784bfd69c08107d88 BUG: 811311 Signed-off-by: Vijay Bellur Reviewed-on: http://review.gluster.com/3116 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Anand Avati --- doc/examples/legacy/posix-locks.vol | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/examples/legacy/posix-locks.vol (limited to 'doc/examples/legacy/posix-locks.vol') 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 -- cgit