summaryrefslogtreecommitdiffstats
path: root/doc/examples/trash.vol
diff options
context:
space:
mode:
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