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/read-ahead.vol | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/examples/read-ahead.vol') diff --git a/doc/examples/read-ahead.vol b/doc/examples/read-ahead.vol index 3ce0d95ac..9e4dba556 100644 --- a/doc/examples/read-ahead.vol +++ b/doc/examples/read-ahead.vol @@ -8,15 +8,17 @@ end-volume ## In normal clustered storage type, any of the cluster translators can come here. # # Definition of other clients -# -# Definition of cluster translator (may be unify, replicate, or unify over replicate) -# +# +# Definition of cluster translator (may be distribute, replicate, or distribute +# over replicate) +# + +# 'Read-Ahead' translator is best utilized on client side, as it prefetches +# the file contents when the first read() call is issued. -### 'Read-Ahead' translator is best utilized on client side, as it prefetches the file contents when the first read() call is issued. volume ra type performance/read-ahead - subvolumes client # In this example it is 'client' you may have to change it according to your spec file. - option page-size 1MB # default is 256KB + subvolumes client option page-count 4 # default is 2 option force-atime-update no # defalut is 'no' end-volume -- cgit