From 2b700202d45d42ca0814aa77f82a2eaff199a1cb Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Mon, 26 Aug 2013 14:59:50 -0500 Subject: [PATCH] LUDOC-177 bug: manual now builds again. A recent commit broke the manual. A bug in the custom transforms means you can't apply a 'condition' to an orderedlist. Signed-off-by: Richard Henwood Change-Id: Id4d18510e6304b410fafc953c6c9d1fe2a0134b2 Reviewed-on: http://review.whamcloud.com/7455 Tested-by: Hudson --- LustreProc.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LustreProc.xml b/LustreProc.xml index 2347368..6b29a57 100644 --- a/LustreProc.xml +++ b/LustreProc.xml @@ -1190,8 +1190,8 @@ write RPCs in flight: 0 memory without the delay of network I/O. In Lustre release 2.2.0, the directory statahead feature was improved to enhance directory traversal performance. The improvements primarily addressed two - issues: - + issues: + A race condition existed between the statahead thread and other VFS operations while processing asynchronous getattr RPC replies, causing duplicate @@ -1204,6 +1204,7 @@ write RPCs in flight: 0 OST(s). +
Tuning File Readahead File readahead is triggered when two or more sequential reads by an application fail -- 1.8.3.1