Changes between Version 4 and Version 5 of LustreIntroduction

Show
Ignore:
Author:
jpr@uab.edu (IP: 138.26.125.8)
Timestamp:
06/29/09 15:02:39 (5 months ago)
Comment:

Add reference to ResearchStorageSystem containing project

Legend:

Unmodified
Added
Removed
Modified
  • LustreIntroduction

    v4 v5  
    11== Overview == 
    2 Lustre is a very fast, multi-network, scalable cluster file system for Linux. It uses Object-Based Storage Devices (OBDs), to manage entire file objects (inodes) instead of blocks. A lustre cluster consists of the following basic components:                 
     2 
     3The Lustre Parallel File system is being used to implement the first phase construction of the ResearchStorageSystem. 
     4 
     5Lustre is a very fast, multi-network, scalable cluster file system for Linux. It uses Object-Based Storage Devices (OBDs), to manage entire file objects (inodes) instead of blocks.  
     6 
     7A lustre cluster consists of the following basic components:              
    38 * Metadata Server (MDS): The MDS is a server that makes metadata available to lustre clients via MDTs.   
    49 * Metadata Targets (MDT): The MDT stores metadata (such as filenames, directories, permissions and file layout) on an MDS. The MDS/MDT is unique to a file system.