summaryrefslogtreecommitdiffstats
path: root/doc/examples/trash.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/trash.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/trash.vol')
-rw-r--r--doc/examples/trash.vol8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/trash.vol b/doc/examples/trash.vol
index 16e71be3..3fcf315a 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