From 8b99865bb1db5e349cfdacc795ca2160a32604e1 Mon Sep 17 00:00:00 2001 From: Basavanagowda Kanur Date: Sat, 21 Feb 2009 15:27:03 +0530 Subject: removed to 'option cache-size ' in example volfiles for io-threads. io-threads translator does not take 'cache-size' option now. so removed all references to 'cache-size' option for performance/io-threads. Signed-off-by: Anand V. Avati --- doc/qa/qa-high-avail-server.vol | 2 -- doc/translator-options.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/qa/qa-high-avail-server.vol b/doc/qa/qa-high-avail-server.vol index 09d91c4c4..3556b9dae 100644 --- a/doc/qa/qa-high-avail-server.vol +++ b/doc/qa/qa-high-avail-server.vol @@ -215,7 +215,6 @@ end-volume volume server2-iot type performance/io-threads option thread-count 8 - option cache-size 64MB subvolumes server2-unify end-volume @@ -330,7 +329,6 @@ end-volume volume server3-iot type performance/io-threads option thread-count 8 - option cache-size 64MB subvolumes server3-unify end-volume diff --git a/doc/translator-options.txt b/doc/translator-options.txt index 38b04b5fc..5c6d76d48 100644 --- a/doc/translator-options.txt +++ b/doc/translator-options.txt @@ -125,7 +125,7 @@ performance/io-cache: * priority GF_OPTION_TYPE_ANY * cache-timeout (force-revalidate-timeout) GF_OPTION_TYPE_INT 0-60 * page-size GF_OPTION_TYPE_SIZET (16 * GF_UNIT_KB)-(4 * GF_UNIT_MB) - * cache-size GF_OPTION_TYPE_SIZET (4 * GF_UNIT_MB)-(6 * GF_UNIT_GB) + * cache-size GF_OPTION_TYPE_SIZET (4 * GF_UNIT_MB)-(6 * GF_UNIT_GB) auth: - addr: -- cgit