Whamcloud - gitweb
LUDOC-177 bug: manual now builds again. 55/7455/2
authorRichard Henwood <richard.henwood@intel.com>
Mon, 26 Aug 2013 19:59:50 +0000 (14:59 -0500)
committerRichard Henwood <richard.henwood@intel.com>
Mon, 26 Aug 2013 20:03:54 +0000 (20:03 +0000)
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 <richard.henwood@intel.com>
Change-Id: Id4d18510e6304b410fafc953c6c9d1fe2a0134b2
Reviewed-on: http://review.whamcloud.com/7455
Tested-by: Hudson
LustreProc.xml

index 2347368..6b29a57 100644 (file)
@@ -1190,8 +1190,8 @@ write RPCs in flight: 0
         memory without the delay of network I/O.</para>
       <para condition="l22">In Lustre release 2.2.0, the directory statahead feature was improved to
         enhance directory traversal performance. The improvements primarily addressed two
-        issues:</para>
-      <orderedlist condition="l22">
+        issues:
+      <orderedlist>
         <listitem>
           <para>A race condition existed between the statahead thread and other VFS operations while
             processing asynchronous <literal>getattr</literal> RPC replies, causing duplicate
@@ -1204,6 +1204,7 @@ write RPCs in flight: 0
             OST(s).</para>
         </listitem>
       </orderedlist>
+               </para>
       <section remap="h4">
         <title>Tuning File Readahead</title>
         <para>File readahead is triggered when two or more sequential reads by an application fail