Whamcloud - gitweb
LUDOC-118 trademarks: trademark policy must be applied.
[doc/manual.git] / UnderstandingLustre.xml
1 <?xml version='1.0' encoding='UTF-8'?>
2 <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink" version="5.0"
3   xml:lang="en-US" xml:id="understandinglustre">
4   <title xml:id="understandinglustre.title">Understanding  Lustre Architecture</title>
5   <info/>
6   <para>This chapter describes the Lustre architecture and features of Lustre. It includes the
7     following sections:</para>
8   <itemizedlist>
9     <listitem>
10       <para>
11         <xref linkend="understandinglustre.whatislustre"/>
12       </para>
13     </listitem>
14     <listitem>
15       <para>
16         <xref linkend="understandinglustre.components"/>
17       </para>
18     </listitem>
19     <listitem>
20       <para>
21         <xref linkend="understandinglustre.storageio"/>
22       </para>
23     </listitem>
24   </itemizedlist>
25   <section xml:id="understandinglustre.whatislustre">
26     <title><indexterm>
27         <primary>Lustre</primary>
28       </indexterm>What a Lustre File System Is (and What It Isn&apos;t)</title>
29     <para>The Lustre architecture is a storage architecture for clusters. The central component of
30       the Lustre architecture is the Lustre file system, which is supported on the Linux operating
31       system and provides a POSIX-compliant UNIX file system interface.</para>
32     <para>The Lustre storage architecture is used for many different kinds of clusters. It is best
33       known for powering many of the largest high-performance computing (HPC) clusters worldwide,
34       with tens of thousands of client systems, petabytes (PB) of storage and hundreds of gigabytes
35       per second (GB/sec) of I/O throughput. Many HPC sites use a Lustre file system as a site-wide
36       global file system, serving dozens of clusters.</para>
37     <para>The ability of a Lustre file system to scale capacity and performance for any need reduces
38       the need to deploy many separate file systems, such as one for each compute cluster. Storage
39       management is simplified by avoiding the need to copy data between compute clusters. In
40       addition to aggregating storage capacity of many servers, the I/O throughput is also
41       aggregated and scales with additional servers. Moreover, throughput and/or capacity can be
42       easily increased by adding servers dynamically.</para>
43     <para>While a Lustre file system can function in many work environments, it is not necessarily
44       the best choice for all applications. It is best suited for uses that exceed the capacity that
45       a single server can provide, though in some use cases, a Lustre file system can perform better
46       with a single server than other file systems due to its strong locking and data
47       coherency.</para>
48     <para>A Lustre file system is currently not particularly well suited for
49       &quot;peer-to-peer&quot; usage models where clients and servers are running on the same node,
50       each sharing a small amount of storage, due to the lack of Lustre-level data replication. In
51       such uses, if one client/server fails, then the data stored on that node will not be
52       accessible until the node is restarted.</para>
53     <section remap="h3">
54       <title><indexterm>
55           <primary>Lustre</primary>
56           <secondary>features</secondary>
57         </indexterm>Lustre Features</title>
58       <para>Lustre file systems run on a variety of vendor&apos;s kernels. For more details, see the
59           <link xl:href="http://wiki.whamcloud.com/display/PUB/Lustre+Support+Matrix">Lustre Support
60           Matrix</link> on the Intel Lustre community wiki.</para>
61       <para>A Lustre installation can be scaled up or down with respect to the number of client
62         nodes, disk storage and bandwidth. Scalability and performance are dependent on available
63         disk and network bandwidth and the processing power of the servers in the system. A Lustre
64         file system can be deployed in a wide variety of configurations that can be scaled well
65         beyond the size and performance observed in production systems to date.</para>
66       <para><xref linkend="understandinglustre.tab1"/> shows the practical range of scalability and
67         performance characteristics of a Lustre file system and some test results in production
68         systems.</para>
69       <table frame="all">
70         <title xml:id="understandinglustre.tab1">Lustre Scalability and Performance</title>
71         <tgroup cols="3">
72           <colspec colname="c1" colwidth="1*"/>
73           <colspec colname="c2" colwidth="2*"/>
74           <colspec colname="c3" colwidth="3*"/>
75           <thead>
76             <row>
77               <entry>
78                 <para><emphasis role="bold">Feature</emphasis></para>
79               </entry>
80               <entry>
81                 <para><emphasis role="bold">Current Practical Range</emphasis></para>
82               </entry>
83               <entry>
84                 <para><emphasis role="bold">Tested in Production</emphasis></para>
85               </entry>
86             </row>
87           </thead>
88           <tbody>
89             <row>
90               <entry>
91                 <para>
92                   <emphasis role="bold">Client Scalability</emphasis></para>
93               </entry>
94               <entry>
95                 <para> 100-100000</para>
96               </entry>
97               <entry>
98                 <para> 50000+ clients, many in the 10000 to 20000 range</para>
99               </entry>
100             </row>
101             <row>
102               <entry>
103                 <para><emphasis role="bold">Client Performance</emphasis></para>
104               </entry>
105               <entry>
106                 <para>
107                   <emphasis>Single client: </emphasis></para>
108                 <para>I/O 90% of network bandwidth</para>
109                 <para><emphasis>Aggregate:</emphasis></para>
110                 <para>2.5 TB/sec I/O</para>
111               </entry>
112               <entry>
113                 <para>
114                   <emphasis>Single client: </emphasis></para>
115                 <para>2 GB/sec I/O, 1000 metadata ops/sec</para>
116                 <para><emphasis>Aggregate:</emphasis></para>
117                 <para>240 GB/sec I/O </para>
118               </entry>
119             </row>
120             <row>
121               <entry>
122                 <para>
123                   <emphasis role="bold">OSS Scalability</emphasis></para>
124               </entry>
125               <entry>
126                 <para>
127                   <emphasis>Single OSS:</emphasis></para>
128                 <para>1-32 OSTs per OSS,</para>
129                 <para>128TB per OST</para>
130                 <para>
131                   <emphasis>OSS count:</emphasis></para>
132                 <para>500 OSSs, with up to 4000 OSTs</para>
133               </entry>
134               <entry>
135                 <para>
136                   <emphasis>Single OSS:</emphasis></para>
137                 <para>8 OSTs per OSS,</para>
138                 <para>16TB per OST</para>
139                 <para>
140                   <emphasis>OSS count:</emphasis></para>
141                 <para>450 OSSs with 1000 4TB OSTs</para>
142                 <para>192 OSSs with 1344 8TB OSTs</para>
143               </entry>
144             </row>
145             <row>
146               <entry>
147                 <para>
148                   <emphasis role="bold">OSS Performance</emphasis></para>
149               </entry>
150               <entry>
151                 <para>
152                   <emphasis>Single OSS:</emphasis></para>
153                 <para> 5 GB/sec</para>
154                 <para>
155                   <emphasis>Aggregate:</emphasis></para>
156                 <para> 2.5 TB/sec</para>
157               </entry>
158               <entry>
159                 <para>
160                   <emphasis>Single OSS:</emphasis></para>
161                 <para> 2.0+ GB/sec</para>
162                 <para>
163                   <emphasis>Aggregate:</emphasis></para>
164                 <para> 240 GB/sec</para>
165               </entry>
166             </row>
167             <row>
168               <entry>
169                 <para>
170                   <emphasis role="bold">MDS Scalability</emphasis></para>
171               </entry>
172               <entry>
173                 <para>
174                   <emphasis>Single MDS:</emphasis></para>
175                 <para> 4 billion files</para>
176                 <para>
177                   <emphasis>MDS count:</emphasis></para>
178                 <para> 1 primary + 1 backup</para>
179                 <para condition="l24">Since Lustre* Release 2.4: up to 4096 MDSs and up to 4096
180                   MDTs.</para>
181               </entry>
182               <entry>
183                 <para>
184                   <emphasis>Single MDS:</emphasis></para>
185                 <para> 750 million files</para>
186                 <para>
187                   <emphasis>MDS count:</emphasis></para>
188                 <para> 1 primary + 1 backup</para>
189               </entry>
190             </row>
191             <row>
192               <entry>
193                 <para>
194                   <emphasis role="bold">MDS Performance</emphasis></para>
195               </entry>
196               <entry>
197                 <para> 35000/s create operations,</para>
198                 <para> 100000/s metadata stat operations</para>
199               </entry>
200               <entry>
201                 <para> 15000/s create operations,</para>
202                 <para> 35000/s metadata stat operations</para>
203               </entry>
204             </row>
205             <row>
206               <entry>
207                 <para>
208                   <emphasis role="bold">File system Scalability</emphasis></para>
209               </entry>
210               <entry>
211                 <para>
212                   <emphasis>Single File:</emphasis></para>
213                 <para>2.5 PB max file size</para>
214                 <para>
215                   <emphasis>Aggregate:</emphasis></para>
216                 <para>512 PB space, 4 billion files</para>
217               </entry>
218               <entry>
219                 <para>
220                   <emphasis>Single File:</emphasis></para>
221                 <para>multi-TB max file size</para>
222                 <para>
223                   <emphasis>Aggregate:</emphasis></para>
224                 <para>10 PB space, 750 million files</para>
225               </entry>
226             </row>
227           </tbody>
228         </tgroup>
229       </table>
230       <para>Other Lustre features are:</para>
231       <itemizedlist>
232         <listitem>
233           <para><emphasis role="bold">Performance-enhanced ext4 file system:</emphasis> The Lustre
234             file system uses an improved version of the ext4 journaling file system to store data
235             and metadata. This version, called <emphasis role="italic"
236               ><literal>ldiskfs</literal></emphasis>, has been enhanced to improve performance and
237             provide additional functionality needed by the Lustre file system.</para>
238         </listitem>
239         <listitem>
240           <para><emphasis role="bold">POSIX* compliance:</emphasis> The full POSIX test suite passes
241             in an identical manner to a local ext4 filesystem, with limited exceptions on Lustre
242             clients. In a cluster, most operations are atomic so that clients never see stale data
243             or metadata. The Lustre software supports mmap() file I/O.</para>
244         </listitem>
245         <listitem>
246           <para><emphasis role="bold">High-performance heterogeneous networking:</emphasis> The
247             Lustre software supports a variety of high performance, low latency networks and permits
248             Remote Direct Memory Access (RDMA) for Infiniband* (OFED) and other advanced networks
249             for fast and efficient network transport. Multiple RDMA networks can be bridged using
250             Lustre routing for maximum performance. The Lustre software also includes integrated
251             network diagnostics.</para>
252         </listitem>
253         <listitem>
254           <para><emphasis role="bold">High-availability:</emphasis> The Lustre file system supports
255             active/active failover using shared storage partitions for OSS targets (OSTs). Lustre
256             Release 2.3 and earlier releases offer active/passive failover using a shared storage
257             partition for the MDS target (MDT).</para>
258           <para condition="l24">With Lustre Release 2.4 or later servers and clients it is possible
259             to configure active/active failover of multiple MDTs. This allows application
260             transparent recovery. The Lustre file system can work with a variety of high
261             availability (HA) managers to allow automated failover and has no single point of
262             failure (NSPF). Multiple mount protection (MMP) provides integrated protection from
263             errors in highly-available systems that would otherwise cause file system
264             corruption.</para>
265         </listitem>
266         <listitem>
267           <para><emphasis role="bold">Security:</emphasis> By default TCP connections are only
268             allowed from privileged ports. UNIX group membership is verified on the MDS.</para>
269         </listitem>
270         <listitem>
271           <para><emphasis role="bold">Access control list (ACL), extended attributes:</emphasis> the
272             Lustre security model follows that of a UNIX file system, enhanced with POSIX ACLs.
273             Noteworthy additional features include root squash.</para>
274         </listitem>
275         <listitem>
276           <para><emphasis role="bold">Interoperability:</emphasis> The Lustre file system runs on a
277             variety of CPU architectures and mixed-endian clusters and is interoperable between
278             successive major Lustre software releases.</para>
279         </listitem>
280         <listitem>
281           <para><emphasis role="bold">Object-based architecture:</emphasis> Clients are isolated
282             from the on-disk file structure enabling upgrading of the storage architecture without
283             affecting the client.</para>
284         </listitem>
285         <listitem>
286           <para><emphasis role="bold">Byte-granular file and fine-grained metadata
287               locking:</emphasis> Many clients can read and modify the same file or directory
288             concurrently. The Lustre distributed lock manager (LDLM) ensures that files are coherent
289             between all clients and servers in the file system. The MDT LDLM manages locks on inode
290             permissions and pathnames. Each OST has its own LDLM for locks on file stripes stored
291             thereon, which scales the locking performance as the file system grows.</para>
292         </listitem>
293         <listitem>
294           <para><emphasis role="bold">Quotas:</emphasis> User and group quotas are available for a
295             Lustre file system.</para>
296         </listitem>
297         <listitem>
298           <para><emphasis role="bold">Capacity growth:</emphasis> The size of a Lustre file system
299             and aggregate cluster bandwidth can be increased without interruption by adding a new
300             OSS with OSTs to the cluster.</para>
301         </listitem>
302         <listitem>
303           <para><emphasis role="bold">Controlled striping:</emphasis> The layout of files across
304             OSTs can be configured on a per file, per directory, or per file system basis. This
305             allows file I/O to be tuned to specific application requirements within a single file
306             system. The Lustre file system uses RAID-0 striping and balances space usage across
307             OSTs.</para>
308         </listitem>
309         <listitem>
310           <para><emphasis role="bold">Network data integrity protection:</emphasis> A checksum of
311             all data sent from the client to the OSS protects against corruption during data
312             transfer.</para>
313         </listitem>
314         <listitem>
315           <para><emphasis role="bold">MPI I/O:</emphasis> The Lustre architecture has a dedicated
316             MPI ADIO layer that optimizes parallel I/O to match the underlying file system
317             architecture.</para>
318         </listitem>
319         <listitem>
320           <para><emphasis role="bold">NFS and CIFS export:</emphasis> Lustre files can be
321             re-exported using NFS or CIFS (via Samba) enabling them to be shared with non-Linux
322             clients.</para>
323         </listitem>
324         <listitem>
325           <para><emphasis role="bold">Disaster recovery tool:</emphasis> The Lustre file system
326             provides a distributed file system check (lfsck) that can restore consistency between
327             storage components in case of a major file system error. A Lustre file system can
328             operate even in the presence of file system inconsistencies, so lfsck is not required
329             before returning the file system to production.</para>
330         </listitem>
331         <listitem>
332           <para><emphasis role="bold">Performance monitoring:</emphasis> The Lustre file system
333             offers a variety of mechanisms to examine performance and tuning.</para>
334         </listitem>
335         <listitem>
336           <para><emphasis role="bold">Open source:</emphasis> The Lustre software is licensed under
337             the GPL 2.0 license for use with Linux.</para>
338         </listitem>
339       </itemizedlist>
340     </section>
341   </section>
342   <section xml:id="understandinglustre.components">
343     <title><indexterm>
344         <primary>Lustre</primary>
345         <secondary>components</secondary>
346       </indexterm>Lustre Components</title>
347     <para>An installation of the Lustre software includes a management server (MGS) and one or more
348       Lustre file systems interconnected with Lustre networking (LNET).</para>
349     <para>A basic configuration of Lustre components is shown in <xref
350         linkend="understandinglustre.fig.cluster"/>.</para>
351     <figure>
352       <title xml:id="understandinglustre.fig.cluster">Lustre* components in a basic cluster </title>
353       <mediaobject>
354         <imageobject>
355           <imagedata scalefit="1" width="100%" fileref="./figures/Basic_Cluster.png"/>
356         </imageobject>
357         <textobject>
358           <phrase> Lustre* components in a basic cluster </phrase>
359         </textobject>
360       </mediaobject>
361     </figure>
362     <section remap="h3">
363       <title><indexterm>
364           <primary>Lustre</primary>
365           <secondary>MGS</secondary>
366         </indexterm>Management Server (MGS)</title>
367       <para>The MGS stores configuration information for all the Lustre file systems in a cluster
368         and provides this information to other Lustre components. Each Lustre target contacts the
369         MGS to provide information, and Lustre clients contact the MGS to retrieve
370         information.</para>
371       <para>It is preferable that the MGS have its own storage space so that it can be managed
372         independently. However, the MGS can be co-located and share storage space with an MDS as
373         shown in <xref linkend="understandinglustre.fig.cluster"/>.</para>
374     </section>
375     <section remap="h3">
376       <title>Lustre File System Components</title>
377       <para>Each Lustre file system consists of the following components:</para>
378       <itemizedlist>
379         <listitem>
380           <para><emphasis role="bold">Metadata Server (MDS)</emphasis> - The MDS makes metadata
381             stored in one or more MDTs available to Lustre clients. Each MDS manages the names and
382             directories in the Lustre file system(s) and provides network request handling for one
383             or more local MDTs.</para>
384         </listitem>
385         <listitem>
386           <para><emphasis role="bold">Metadata Target (MDT</emphasis> ) - For Lustre Release 2.3 and
387             earlier, each file system has one MDT. The MDT stores metadata (such as filenames,
388             directories, permissions and file layout) on storage attached to an MDS. Each file
389             system has one MDT. An MDT on a shared storage target can be available to multiple MDSs,
390             although only one can access it at a time. If an active MDS fails, a standby MDS can
391             serve the MDT and make it available to clients. This is referred to as MDS
392             failover.</para>
393           <para condition="l24">Since Lustre Release 2.4, multiple MDTs are supported. Each file
394             system has at least one MDT. An MDT on a shared storage target can be available via
395             multiple MDSs, although only one MDS can export the MDT to the clients at one time. Two
396             MDS machines share storage for two or more MDTs. After the failure of one MDS, the
397             remaining MDS begins serving the MDT(s) of the failed MDS.</para>
398         </listitem>
399         <listitem>
400           <para><emphasis role="bold">Object Storage Servers (OSS)</emphasis> : The OSS provides
401             file I/O service and network request handling for one or more local OSTs. Typically, an
402             OSS serves between two and eight OSTs, up to 16 TB each. A typical configuration is an
403             MDT on a dedicated node, two or more OSTs on each OSS node, and a client on each of a
404             large number of compute nodes.</para>
405         </listitem>
406         <listitem>
407           <para><emphasis role="bold">Object Storage Target (OST)</emphasis> : User file data is
408             stored in one or more objects, each object on a separate OST in a Lustre file system.
409             The number of objects per file is configurable by the user and can be tuned to optimize
410             performance for a given workload.</para>
411         </listitem>
412         <listitem>
413           <para><emphasis role="bold">Lustre clients</emphasis> : Lustre clients are computational,
414             visualization or desktop nodes that are running Lustre client software, allowing them to
415             mount the Lustre file system.</para>
416         </listitem>
417       </itemizedlist>
418       <para>The Lustre client software provides an interface between the Linux virtual file system
419         and the Lustre servers. The client software includes a management client (MGC), a metadata
420         client (MDC), and multiple object storage clients (OSCs), one corresponding to each OST in
421         the file system.</para>
422       <para>A logical object volume (LOV) aggregates the OSCs to provide transparent access across
423         all the OSTs. Thus, a client with the Lustre file system mounted sees a single, coherent,
424         synchronized namespace. Several clients can write to different parts of the same file
425         simultaneously, while, at the same time, other clients can read from the file.</para>
426       <para><xref linkend="understandinglustre.tab.storagerequire"/> provides the requirements for
427         attached storage for each Lustre file system component and describes desirable
428         characteristics of the hardware used.</para>
429       <table frame="all">
430         <title xml:id="understandinglustre.tab.storagerequire"><indexterm>
431             <primary>Lustre</primary>
432             <secondary>requirements</secondary>
433           </indexterm>Storage and hardware requirements for Lustre* components</title>
434         <tgroup cols="3">
435           <colspec colname="c1" colwidth="1*"/>
436           <colspec colname="c2" colwidth="3*"/>
437           <colspec colname="c3" colwidth="3*"/>
438           <thead>
439             <row>
440               <entry>
441                 <para><emphasis role="bold"/></para>
442               </entry>
443               <entry>
444                 <para><emphasis role="bold">Required attached storage</emphasis></para>
445               </entry>
446               <entry>
447                 <para><emphasis role="bold">Desirable hardware characteristics</emphasis></para>
448               </entry>
449             </row>
450           </thead>
451           <tbody>
452             <row>
453               <entry>
454                 <para>
455                   <emphasis role="bold">MDSs</emphasis></para>
456               </entry>
457               <entry>
458                 <para> 1-2% of file system capacity</para>
459               </entry>
460               <entry>
461                 <para> Adequate CPU power, plenty of memory, fast disk storage.</para>
462               </entry>
463             </row>
464             <row>
465               <entry>
466                 <para>
467                   <emphasis role="bold">OSSs</emphasis></para>
468               </entry>
469               <entry>
470                 <para> 1-16 TB per OST, 1-8 OSTs per OSS</para>
471               </entry>
472               <entry>
473                 <para> Good bus bandwidth. Recommended that storage be balanced evenly across
474                   OSSs.</para>
475               </entry>
476             </row>
477             <row>
478               <entry>
479                 <para>
480                   <emphasis role="bold">Clients</emphasis></para>
481               </entry>
482               <entry>
483                 <para> None</para>
484               </entry>
485               <entry>
486                 <para> Low latency, high bandwidth network.</para>
487               </entry>
488             </row>
489           </tbody>
490         </tgroup>
491       </table>
492       <para>For additional hardware requirements and considerations, see <xref
493           linkend="settinguplustresystem"/>.</para>
494     </section>
495     <section remap="h3">
496       <title><indexterm>
497           <primary>Lustre</primary>
498           <secondary>LNET</secondary>
499         </indexterm>Lustre Networking (LNET)</title>
500       <para>Lustre Networking (LNET) is a custom networking API that provides the communication
501         infrastructure that handles metadata and file I/O data for the Lustre file system servers
502         and clients. For more information about LNET, see <xref
503           linkend="understandinglustrenetworking"/>.</para>
504     </section>
505     <section remap="h3">
506       <title><indexterm>
507           <primary>Lustre</primary>
508           <secondary>cluster</secondary>
509         </indexterm>Lustre Cluster</title>
510       <para>At scale, the Lustre cluster can include hundreds of OSSs and thousands of clients (see
511           <xref linkend="understandinglustre.fig.lustrescale"/>). More than one type of network can
512         be used in a Lustre cluster. Shared storage between OSSs enables failover capability. For
513         more details about OSS failover, see <xref linkend="understandingfailover"/>.</para>
514       <figure>
515         <title xml:id="understandinglustre.fig.lustrescale"><indexterm>
516             <primary>Lustre</primary>
517             <secondary>at scale</secondary>
518           </indexterm>Lustre* cluster at scale</title>
519         <mediaobject>
520           <imageobject>
521             <imagedata scalefit="1" width="100%" fileref="./figures/Scaled_Cluster.png"/>
522           </imageobject>
523           <textobject>
524             <phrase> Lustre* clustre at scale </phrase>
525           </textobject>
526         </mediaobject>
527       </figure>
528     </section>
529   </section>
530   <section xml:id="understandinglustre.storageio">
531     <title><indexterm>
532         <primary>Lustre</primary>
533         <secondary>storage</secondary>
534       </indexterm>
535       <indexterm>
536         <primary>Lustre</primary>
537         <secondary>I/O</secondary>
538       </indexterm> Lustre Storage and I/O</title>
539     <para>In a Lustre file system, a file stored on the MDT points to one or more objects associated
540       with a data file, as shown in <xref linkend="understandinglustre.fig.mdtost"/>. Each object
541       contains data and is stored on an OST. If the MDT file points to one object, all the file data
542       is stored in that object. If the file points to more than one object, the file data is
543       &apos;striped&apos; across the objects (using RAID 0) and each object is stored on a different
544       OST. (For more information about how striping is implemented in a Lustre file system, see
545         <xref linkend="dbdoclet.50438250_89922"/>)</para>
546     <para>In <xref linkend="understandinglustre.fig.mdtost"/>, each filename points to an inode. The
547       inode contains all of the file attributes, such as owner, access permissions, Lustre striping
548       layout, access time, and access control. Multiple filenames may point to the same
549       inode.</para>
550     <figure>
551       <title xml:id="understandinglustre.fig.mdtost">MDT file points to objects on OSTs containing
552         file data</title>
553       <mediaobject>
554         <imageobject>
555           <imagedata scalefit="1" width="100%" fileref="./figures/Metadata_File.png"/>
556         </imageobject>
557         <textobject>
558           <phrase> MDT file points to objects on OSTs containing file data </phrase>
559         </textobject>
560       </mediaobject>
561     </figure>
562     <para>When a client opens a file, the <literal>fileopen</literal> operation transfers the file
563       layout from the MDS to the client. The client then uses this information to perform I/O on the
564       file, directly interacting with the OSS nodes where the objects are stored. This process is
565       illustrated in <xref linkend="understandinglustre.fig.fileio"/>.</para>
566     <figure>
567       <title xml:id="understandinglustre.fig.fileio">File open and file I/O in Lustre*</title>
568       <mediaobject>
569         <imageobject>
570           <imagedata scalefit="1" width="100%" fileref="./figures/File_Write.png"/>
571         </imageobject>
572         <textobject>
573           <phrase> File open and file I/O in Lustre* </phrase>
574         </textobject>
575       </mediaobject>
576     </figure>
577     <para>Each file on the MDT contains the layout of the associated data file, including the OST
578       number and object identifier. Clients request the file layout from the MDS and then perform
579       file I/O operations by communicating directly with the OSSs that manage that file data.</para>
580     <para>The available bandwidth of a Lustre file system is determined as follows:</para>
581     <itemizedlist>
582       <listitem>
583         <para>The <emphasis>network bandwidth</emphasis> equals the aggregated bandwidth of the OSSs
584           to the targets.</para>
585       </listitem>
586       <listitem>
587         <para>The <emphasis>disk bandwidth</emphasis> equals the sum of the disk bandwidths of the
588           storage targets (OSTs) up to the limit of the network bandwidth.</para>
589       </listitem>
590       <listitem>
591         <para>The <emphasis>aggregate bandwidth</emphasis> equals the minimum of the disk bandwidth
592           and the network bandwidth.</para>
593       </listitem>
594       <listitem>
595         <para>The <emphasis>available file system space</emphasis> equals the sum of the available
596           space of all the OSTs.</para>
597       </listitem>
598     </itemizedlist>
599     <section xml:id="dbdoclet.50438250_89922">
600       <title>
601         <indexterm>
602           <primary>Lustre</primary>
603           <secondary>striping</secondary>
604         </indexterm>
605         <indexterm>
606           <primary>striping</primary>
607           <secondary>overview</secondary>
608         </indexterm> Lustre File System and Striping</title>
609       <para>One of the main factors leading to the high performance of Lustre file systems is the
610         ability to stripe data across multiple OSTs in a round-robin fashion. Users can optionally
611         configure for each file the number of stripes, stripe size, and OSTs that are used.</para>
612       <para>Striping can be used to improve performance when the aggregate bandwidth to a single
613         file exceeds the bandwidth of a single OST. The ability to stripe is also useful when a
614         single OST does not have enough free space to hold an entire file. For more information
615         about benefits and drawbacks of file striping, see <xref linkend="dbdoclet.50438209_48033"
616         />.</para>
617       <para>Striping allows segments or &apos;chunks&apos; of data in a file to be stored on
618         different OSTs, as shown in <xref linkend="understandinglustre.fig.filestripe"/>. In the
619         Lustre file system, a RAID 0 pattern is used in which data is &quot;striped&quot; across a
620         certain number of objects. The number of objects in a single file is called the
621           <literal>stripe_count</literal>.</para>
622       <para>Each object contains a chunk of data from the file. When the chunk of data being written
623         to a particular object exceeds the <literal>stripe_size</literal>, the next chunk of data in
624         the file is stored on the next object.</para>
625       <para>Default values for <literal>stripe_count</literal> and <literal>stripe_size</literal>
626         are set for the file system. The default value for <literal>stripe_count</literal> is 1
627         stripe for file and the default value for <literal>stripe_size</literal> is 1MB. The user
628         may change these values on a per directory or per file basis. For more details, see <xref
629           linkend="dbdoclet.50438209_78664"/>.</para>
630       <para><xref linkend="understandinglustre.fig.filestripe"/>, the <literal>stripe_size</literal>
631         for File C is larger than the <literal>stripe_size</literal> for File A, allowing more data
632         to be stored in a single stripe for File C. The <literal>stripe_count</literal> for File A
633         is 3, resulting in data striped across three objects, while the
634           <literal>stripe_count</literal> for File B and File C is 1.</para>
635       <para>No space is reserved on the OST for unwritten data. File A in <xref
636           linkend="understandinglustre.fig.filestripe"/>.</para>
637       <figure>
638         <title xml:id="understandinglustre.fig.filestripe">File striping on a Lustre* file
639           system</title>
640         <mediaobject>
641           <imageobject>
642             <imagedata scalefit="1" width="100%" fileref="./figures/File_Striping.png"/>
643           </imageobject>
644           <textobject>
645             <phrase>File striping pattern across three OSTs for three different data files. The file
646               is sparse and missing chunk 6. </phrase>
647           </textobject>
648         </mediaobject>
649       </figure>
650       <para>The maximum file size is not limited by the size of a single target. In a Lustre file
651         system,   files can be striped across multiple objects (up to 2000), and each object can be
652         up to 16 TB in size with ldiskfs. This leads to a maximum file size of 31.25 PB. (Note that
653         a Lustre file system can support files up to 2^64 bytes depending on the backing storage
654         used by OSTs.)</para>
655       <note>
656         <para>Versions of the Lustre software prior to Release 2.2 limited the  maximum stripe count
657           for a single file to 160 OSTs.</para>
658       </note>
659       <para>Although a single file can only be striped over 2000 objects, Lustre file systems can
660         have thousands of OSTs. The I/O bandwidth to access a single file is the aggregated I/O
661         bandwidth to the objects in a file, which can be as much as a bandwidth of up to 2000
662         servers. On systems with more than 2000 OSTs, clients can do I/O using multiple files to
663         utilize the full file system bandwidth.</para>
664       <para>For more information about striping, see <xref linkend="managingstripingfreespace"
665         />.</para>
666     </section>
667   </section>
668 </chapter>