From 4566fb78c16948f91e7d5b1934d8722b51508053 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Wed, 15 Jun 2011 06:54:22 +0000 Subject: Bring `examples' directory upto date. Signed-off-by: Sachidananda Urs Signed-off-by: Anand Avati BUG: 3031 (Fix share/{doc,man} directory) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3031 --- doc/examples/trash.vol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/examples/trash.vol') diff --git a/doc/examples/trash.vol b/doc/examples/trash.vol index 16e71be3232..3fcf315af08 100644 --- a/doc/examples/trash.vol +++ b/doc/examples/trash.vol @@ -1,10 +1,11 @@ - volume brick type storage/posix # POSIX FS translator option directory /home/export # Export this directory end-volume -### 'Trash' translator is best used on server side as it just renames the deleted file inside 'trash-dir', and it makes 4 seperate fops for one unlink call. +### 'Trash' translator is best used on server side as it just renames the +# deleted file inside 'trash-dir', and it makes 4 seperate fops for one unlink +# call. volume trashcan type features/trash subvolumes brick @@ -13,8 +14,7 @@ end-volume volume server type protocol/server - subvolumes trashcan brick + subvolumes trashcan option transport-type tcp # For TCP/IP transport option auth.addr.brick.allow 192.168.* # Allow access to "brick" volume - option auth.addr.trashcan.allow 192.168.* # Allow access to "p-locks" volume end-volume -- cgit