Whamcloud - gitweb
LUDOC-394 manual: Remove extra 'held' word
[doc/manual.git] / I_LustreIntro.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <part xmlns="http://docbook.org/ns/docbook"
3  xmlns:xl="http://www.w3.org/1999/xlink" version="5.0" xml:lang="en-US"
4  xml:id='part.intro'>
5     <title>Introducing the Lustre<superscript>*</superscript> File System</title>
6     <partintro>
7         <para>Part I provides background information to help you understand the Lustre file system
8             architecture and how the major components fit together. You will find information in
9             this section about: </para>
10
11   <itemizedlist>
12       <listitem>
13           <para>
14               <xref linkend='understandinglustre'
15                endterm='understandinglustre.title'/>
16           </para>
17       </listitem>
18       <listitem>
19           <para>
20               <xref linkend='understandinglustrenetworking'
21                endterm='understandinglustrenetworking.title'/>
22           </para>
23       </listitem>
24       <listitem>
25           <para>
26               <xref linkend='understandingfailover'
27                endterm='understandingfailover.title'/>
28           </para>
29       </listitem>
30   </itemizedlist>
31
32   </partintro>
33
34   <xi:include href="UnderstandingLustre.xml"
35    xmlns:xi="http://www.w3.org/2001/XInclude"/>
36   <xi:include href="UnderstandingLustreNetworking.xml"
37    xmlns:xi="http://www.w3.org/2001/XInclude" />
38   <xi:include href="UnderstandingFailover.xml"
39    xmlns:xi="http://www.w3.org/2001/XInclude" />
40
41 </part>
42 <!--
43   vim:expandtab:shiftwidth=2:tabstop=8:
44   -->