WARNING: This is the _old_ Lustre wiki, and it is in the process of being retired. The information found here is all likely to be out of date. Please search the new wiki for more up to date information.
Architecture Descriptions: Difference between revisions
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
[[Architecture - External File Locking|External File Locking ]] (file range lock and whole-file lock capabilities) | [[Architecture - External File Locking|External File Locking ]] (file range lock and whole-file lock capabilities) | ||
[[Architecture - FIDs on OST|FIDs on OST ]] | [[Architecture - FIDs on OST|FIDs on OST ]] (file identifiers used to identify objects on an object storage target) | ||
[[Architecture - Fileset|Fileset ]] | [[Architecture - Fileset|Fileset ]] (an efficient representation of a group of file identifiers (FIDs)) | ||
[[Architecture - Flash Cache|Flash Cache ]] | [[Architecture - Flash Cache|Flash Cache ]] (very fast read-only flash storage) | ||
[[Architecture - Free Space Management|Free Space Management ]] | [[Architecture - Free Space Management|Free Space Management ]] (managing free space for stripe allocation) | ||
[[Architecture - GNS|GNS ]] | [[Architecture - GNS|GNS ]] (global namespace for a distributed file system) | ||
[[Architecture - HSM|HSM ]] | [[Architecture - HSM|HSM ]] (hierarchical storage management) | ||
[[Architecture - HSM and Cache|HSM and Cache ]] | [[Architecture - HSM and Cache|HSM and Cache ]] (reuse of components by Lustre features that involve migration of file system objects) | ||
[[Architecture - HSM Migration|HSM Migration ]] | [[Architecture - HSM Migration|HSM Migration ]] (use cases and high-level architecture for migrating files between Lustre and a HSM system) | ||
[[Architecture - Interoperability fids zfs|Interoperability fids zfs ]] | [[Architecture - Interoperability fids zfs|Interoperability fids zfs ]] (client, server, network, storage interoperability during migration to clusters based on file identifiers and the ZFS file system) | ||
[[Architecture - Interoperability 1.6 1.8 2.0|Interoperability 1.6 1.8 2.0 ]] | [[Architecture - Interoperability 1.6 1.8 2.0|Interoperability 1.6 1.8 2.0 ]] (interoperability definitions and QAS summary) | ||
[[Architecture - IO system|IO system ]] | [[Architecture - IO system|IO system ]] |
Revision as of 12:01, 21 January 2010
The architecture descriptions listed below provide information about Lustre architecture and design and are intended to help users better understand the conceptual framework of the Lustre file system.
Note: These documents reflect the state of design of a Lustre feature at a particular point in time. They many contain information that is incomplete or obsolete and may not reflect the current architecture, features and functionality of Lustre.
Backup (file system backup)
Caching OSS (caching on object storage servers)
Changelogs (per-server logs of data or metadata changes)
Changelogs 1.6 (used to facilitate efficient replication of large Lustre 1.6 filesystems)
Client Cleanup (use cases, business drivers, models to consider, implementation contraints)
Clustered Metadata (clustered metadata server capability)
Commit on Share (better recover-ability in an environment where clients miss reconnect window)
CROW (CReate On Write optimizes create performance by deferring OSS object creation)
CTDB with Lustre (cluster implementation of the TDB database with Lustre provides a solution for windows pCIFS)
Cuts (technique for recovering file system metadata stored on file server clusters)
DMU OSD (an implementation of the Object Storage Device API for a Data Management Unit)
End-to-end Checksumming (Lustre network checksumming)
Epochs (used to merge distributed data and meta-data updates in a redundant cluster configuration)
External File Locking (file range lock and whole-file lock capabilities)
FIDs on OST (file identifiers used to identify objects on an object storage target)
Fileset (an efficient representation of a group of file identifiers (FIDs))
Flash Cache (very fast read-only flash storage)
Free Space Management (managing free space for stripe allocation)
GNS (global namespace for a distributed file system)
HSM (hierarchical storage management)
HSM and Cache (reuse of components by Lustre features that involve migration of file system objects)
HSM Migration (use cases and high-level architecture for migrating files between Lustre and a HSM system)
Interoperability fids zfs (client, server, network, storage interoperability during migration to clusters based on file identifiers and the ZFS file system)
Interoperability 1.6 1.8 2.0 (interoperability definitions and QAS summary)
Punch and Extent Migration Requirements