Whamcloud - gitweb
LUDOC-11 proc: minor clarification of readahead params
[doc/manual.git] / Revision.xml
index bb0065c..33886a7 100644 (file)
@@ -1,42 +1,42 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<section xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US">
-    <title>Revisions</title>
-       <para>The Lustre* File System Release 2.x Operations Manual is a community
-maintained work. Versions of the manual are continually built as suggestions for
-changes and improvements arrive. Suggestions for improvements can be submitted
-through the ticketing system maintained at <link
-xl:href="http://jira.hpdd.intel.com/browse/LUDOC">https://jira.hpdd.intel.com/browse/LUDOC</link>.
-Instructions for providing a patch to the existing manual are available at:
-<link
-xl:href="https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source">https://wiki.hpdd.intel.com/display/PUB/Making+changes+to+the+Lustre+Manual+source</link>.</para>
+<section xmlns="http://docbook.org/ns/docbook"
+ xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US">
+  <title>Revisions</title>
+    <para>The Lustre* File System Release 2.x Operations Manual is a
+    community maintained work. Versions of the manual are continually
+    built as suggestions for changes and improvements arrive. Suggestions
+    for improvements can be submitted through the ticketing system
+    maintained at <link xl:href="https://jira.whamcloud.com/browse/LUDOC">
+    https://jira.whamcloud.com/browse/LUDOC</link>.  Instructions for
+    providing a patch to the existing manual are available at:
+    <link xl:href="http://wiki.lustre.org/Lustre_Manual_Changes">
+    http://wiki.lustre.org/Lustre_Manual_Changes</link>.</para>
 
-       <para>This manual currently covers all the 2.x Lustre software releases.
-Features that are specific to individual releases are identified within the
-table of contents using a short hand notation (i.e. 'L24' is a Lustre software
-release 2.4 specific feature), and within the text using a distinct box.  For
-example:</para>
-
-       <para condition='l24'>Lustre software release version 2.4 includes support
-for multiple metadata servers.</para>
+    <para condition="l25">This manual covers a range of Lustre 2.x software
+      releases, currently starting with the 2.5 release.  Features specific
+      to individual releases are identified within the table of contents
+      using a shorthand notation (e.g. this paragraph is tagged as a Lustre
+      2.5 specific feature so that it will be updated when the 2.5-specific
+      tagging is removed), and within the text using a distinct box.
+    </para>
 
-    <note xml:id="whichversion"><title>which version?</title>
+    <note xml:id="whichversion"><title>Which version amd I running?</title>
     <indexterm><primary>version</primary>
     <secondary>which version of Lustre am I running?</secondary></indexterm>
 
-    <para>The current version of Lustre
-    that is in use on the client can be found using the command 
-    <literal>lctl get_param version</literal>, for example:
+    <para>The current version of Lustre that is in use on the node can be found
+    using the command <literal>lctl get_param version</literal> on any Lustre
+    client or server, for example:
     <screen>$ lctl get_param version
-version=
-lustre: 2.7.59
-kernel: patchless_client
-build:  v2_7_59_0-g703195a-CHANGED-3.10.0.lustreopa</screen>
-       </para></note>
-               
-       <para>Only the latest revision of this document is made readily available
-because changes are continually arriving. The current and latest revision of
-this manual is available from links maintained at: <link
-xl:href="http://lustre.opensfs.org/documentation/">http://lustre.opensfs.org/documentation/</link>.
+version=2.10.5
+</screen>
+    </para></note>
+
+    <para>Only the latest revision of this document is made readily available
+      because changes are continually arriving. The current and latest revision
+      of this manual is available from links maintained at:
+      <link xl:href="http://lustre.opensfs.org/documentation/">
+       http://lustre.opensfs.org/documentation/</link>.
 
         <revhistory>
             <revision>
@@ -50,3 +50,6 @@ xl:href="http://lustre.opensfs.org/documentation/">http://lustre.opensfs.org/doc
         </revhistory>
     </para>
 </section>
+<!--
+  vim:expandtab:shiftwidth=2:tabstop=8:
+  -->