Main Page: Difference between revisions

From Lustre Wiki
Jump to navigation Jump to search
(Update for organization and new user quick link. General clean)
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__


== Welcome to the Lustre Community Wiki ==
This site, [http://wiki.lustre.org wiki.lustre.org], is the main community repository for Lustre information. Consult the sidebar for links to major Lustre topics.
This site, [http://wiki.lustre.org wiki.lustre.org], is the main community repository for Lustre information. Consult the sidebar for links to major Lustre topics.


Learn more about Lustre at http://www.lustre.org.
Learn more about Lustre at http://www.lustre.org.


<div style="float:right; width:280px; background: #f5f5f5; border: 1pt solid #ff9900; padding: 10pt; margin: 10pt;">
=== New to Lustre? Start here ===
== Lustre Software Releases ==
* [[Lustre 101]] — Introductory courses on Lustre usage and administration
* [http://doc.lustre.org/lustre_manual.pdf Lustre Operations Manual:] [http://doc.lustre.org/lustre_manual.xhtml HTML] · [http://doc.lustre.org/lustre_manual.pdf PDF] · [http://doc.lustre.org/lustre_manual.epub ePub]
* [[:Category:Lustre_Systems_Administration|Lustre Systems Administration Guide]] — Install, configure, and operate Lustre
* [[How To]] — Task-focused articles (incl. [[Compiling Lustre|compiling Lustre]] from source)
* [[Special:Search|Search]] · [[Special:Categories|Browse categories]] · [[Special:AllPages|All pages]]
<div style="float:right; width:300px; background:#f8f8f8; border:1pt solid #ff9900; padding:10pt; margin:10pt;">
== Releases & Downloads ==
'''Downloads'''
* https://downloads.whamcloud.com/public/lustre/ (Lustre)
* https://downloads.whamcloud.com/public/e2fsprogs/ (Lustre-aware e2fsprogs)


=== Downloads ===
'''Current LTS Maintenance Release'''
* Lustre 2.15.8 — [https://www.lustre.org/lustre-2-15-8-released/ Dec 2, 2025] — [[Lustre_2.15.8_Changelog|Changelog]]


* [https://downloads.whamcloud.com/public/lustre/ Lustre]
'''Current Major Release'''
* [https://downloads.whamcloud.com/public/e2fsprogs/ Lustre-aware e2fsprogs]
* [[Release_2.17.0|Lustre 2.17.0]] — [https://www.lustre.org/lustre-2-17-0-released/ Dec 29, 2025] — [[Lustre_2.17.0_Changelog|Changelog]]


=== Current Maintenance Release ===
'''Major Release In Development'''
* [[Release_2.18.0|Lustre 2.18.0]] — [[Lustre_2.18.0_Changelog|Changelog]]


* [[Release_2.12.5 | Lustre 2.12.5]]
'''Roadmap / History'''
** Released [http://lustre.org/lustre-2-12-5-released/ Jun, 8, 2020]
* http://www.lustre.org/roadmap
** [[Lustre_2.12.5_Changelog | Changelog]]
* [[Lustre Software Releases]]
 
=== Current Major Release ===
 
* [[Release_2.13.0 | Lustre 2.13.0]]
** Released [http://lustre.org/lustre-2-13-0-released/ December 5, 2019]
** [[Lustre_2.13.0_Changelog | Changelog]]
 
=== Major Release In Development ===
 
* [[Release_2.14.0 | Lustre 2.14.0]]
** [[Lustre_2.14.0_Changelog | Changelog]]
 
=== Release Roadmap ===
 
* [http://www.lustre.org/roadmap Release Roadmap]
 
=== Previous Releases ===
* See [[Lustre Software Releases]]
</div>
</div>


== Lustre Enables High Performance, Massively Scalable Storage ==
== What is Lustre? ==
Lustre is an open-source distributed parallel file system designed for high performance, scalability, and availability, enabling massively scalable storage.


Lustre is an open-source, distributed parallel file system software platform designed for scalability, high-performance, and high-availability.


Lustre is purpose-built to provide a coherent, global POSIX-compliant namespace for very large scale computer infrastructure, including the world's largest supercomputer platforms. It can support hundred's of petabytes of data storage and hundreds of gigabytes per second in simultaneous, aggregate throughput. Some of the largest current installations have individual file systems in excess of fifty petabytes of usable capacity, and have reported throughput speeds exceeding one terabyte/sec.
Lustre is purpose-built to provide a coherent, global POSIX-compliant namespace for very large scale computer infrastructure, including the world's largest supercomputer platforms. It can support hundred's of petabytes of data storage and hundreds of gigabytes per second in simultaneous, aggregate throughput. Some of the largest current installations have individual file systems in excess of fifty petabytes of usable capacity, and have reported throughput speeds exceeding one terabyte/sec.


== Documentation ==
== Documentation ==
=== Introduction to Lustre ===
=== Introduction to Lustre ===
 
* [[media:LustreArchitecture-v4.pdf|Lustre Architecture (PDF)]] core concepts and architecture
* [[media:LustreArchitecture-v4.pdf | Lustre Architecture (PDF)]]
* [[Lustre 101]] — introductory usage and administration
** Learn about core Lustre concepts and architecture
* [[Lustre 101]]
** Introductory "course" on Lustre usage and administration


=== Lustre Systems Administration ===
=== Lustre Systems Administration ===
* [[:Category:Lustre_Systems_Administration|Lustre Systems Administration Guide]] — install, configure, and operate Lustre
* [[LNet_Router_Config_Guide|LNet Router Configuration Guide]] — configure and operate LNet routers for multi-network Lustre routing.
* [[:Category:Benchmarking|Lustre and Storage Benchmarking Guide]] — tools and infrastructure validation
* [[Robinhood_Policy_Engine|Robinhood Policy Engine]] — data management for large-scale file systems
* [[Integrated_Manager_for_Lustre|Integrated Manager for Lustre]] — deployment, management, and monitoring
* [[How_To|HOWTO]] — task articles, including [[Compiling_Lustre|building from source]]


* [[:Category:Lustre_Systems_Administration | Lustre Systems Administration Guide]]
=== Architecture & Internals ===
** Practical instruction on installation and configuration of production-ready Lustre storage clusters
* [[media:LustreArchitecture-v4.pdf|Lustre Architecture (PDF)]]
* [[LNet_Router_Config_Guide | LNet Router Configuration Guide]]
* [https://info.ornl.gov/sites/publications/Files/Pub166872.pdf Understanding Lustre Internals, Second Edition (PDF)]  
* [[:Category:Benchmarking | Lustre and Storage Benchmarking Guide]]
** Tools to demonstrate the capabilities of the file system and highlight potential defects in the infrastrcuture supporting Lustre
* [[Robinhood_Policy_Engine | Robinhood Policy Engine]]
** Data management platform for large-scale file systems
* [[Integrated_Manager_for_Lustre | Integrated Manager for Lustre]]
** Deployment, management and monitoring platform for Lustre file systems
* [[How_To | HOWTO ]]
** "How to" articles, including how to [[Compiling_Lustre | compile the Lustre software]] from source code
 
=== Lustre Manual ===
=== Lustre Manual ===
* Lustre Operations Manual: [http://doc.lustre.org/lustre_manual.xhtml HTML] · [http://doc.lustre.org/lustre_manual.pdf PDF] · [http://doc.lustre.org/lustre_manual.epub ePub]


* The latest Lustre Operations Manual is available for download in several formats:
== Contributing to the Lustre Project ==
** [http://doc.lustre.org/lustre_manual.xhtml HTML]
** [http://doc.lustre.org/lustre_manual.pdf PDF]
** [http://doc.lustre.org/lustre_manual.epub ePub]


=== Contributing to the Lustre Project ===
==== Getting Started ====
* [[Development|Lustre Development]] — developer overview
* [[Projects]] — active efforts and areas needing help
* [[Reporting Bugs]] — file issues


* [[Development|Lustre Development]] overview
==== Submitting Changes ====
* [[Submitting Changes|Contributing code]]
* [[Submitting Changes|Submitting Changes]] — contribute code
* [[Lustre Manual Changes|Contributing to the Lustre Manual]]
* [[Lustre Manual Changes|Lustre Manual Changes]] — contribute documentation
* [[Projects]]
* [[Signed-off-by]] · [[Commit Comments]] — commit requirements


== Community ==
==== Review & Patch Workflow ====
* [[Using Gerrit]] — code review workflow
* [[Code Reviewers]] — reviewer list and contacts
* [[Patch Inspection]] · [[Applying Lustre Patches to a Kernel]] — inspect/apply patches


* Mailing Lists
==== Standards & Upstream ====
** http://lustre.org/mailing-lists/ - (un)subscribe, update
* [[Lustre Coding Guidelines]] · [[Lustre Coding Style Guidelines]] — coding standards
** [http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/ lustre-discuss list archive] ([https://marc.info/?l=lustre-discuss alternate])
* [[Lustre Upstreaming to Linux Kernel]] · [[Upstream contributing]] — upstream process
** [http://lists.lustre.org/pipermail/lustre-devel-lustre.org/ lustre-devel list archive] ([https://marc.info/?l=lustre-devel alternate])
* Community Events World-wide
** http://opensfs.org/events/ - Worldwide Lustre User Group
** https://www.eofs.eu/events/start - European Lustre User Group
** http://lustrefs.cn/ - China Lustre User Group
** https://www.jlug.info/ - Japan Lustre User Group
** [[Lustre Conferences|Previous Lustre conferences]] with links to presentations and videos
* The [http://opensfs.org/ OpenSFS] organization supports Lustre development.
* The OpenSFS [http://wiki.opensfs.org/LWG Lustre Working Group (LWG)] coordinates OpenSFS's Lustre efforts.
* Whamcloud community wiki
** https://wiki.whamcloud.com/
* Issue tracking and development task management
** https://jira.whamcloud.com/
* Upstream Kernel Slack Workspace
** https://lustreupstreamclient.slack.com/messages/CAV4QF0ER/
** An invitation from the workspace admin is required (James Simmons).


== [[:Category:Events|Events]] ==
=== Project infrastructure ===
* https://gerrit.lustre.org/ — code review
* https://review.whamcloud.com/ — alternate review site (referenced by some older docs)
* https://git.whamcloud.com/ — git hosting / mirrors
* https://jira.whamcloud.com/ — issue tracking


=== Lustre Conferences ===
=== Working groups (OpenSFS) ===
[[Lustre Conferences]] has copies of presentations and videos from previous Lustre User Group (LUG) and other conferences.
* https://wiki.opensfs.org/Lustre_Working_Group — Lustre Working Group
* https://wiki.opensfs.org/Documentation_Working_Group — Documentation Working Group
* http://wiki.opensfs.org/LWG — OpenSFS Lustre Working Group (LWG)
* http://opensfs.org/ — OpenSFS (supports Lustre development)


=== Upcoming ===
== Community ==
* [https://www.eofs.eu/events/lad20 Lustre Administrator and Developer Workshop 2020]
=== Mailing lists ===
* [http://opensfs.org/lustre-webinar-series/ Lustre Webinar Series]
* http://lustre.org/mailing-lists/ — subscribe/unsubscribe
* [http://lists.lustre.org/listinfo.cgi/lustre-announce-lustre.org lustre-announce]  archives · [https://marc.info/?l=lustre-announce alternate]
* [http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/ lustre-discuss] archives · [https://marc.info/?l=lustre-discuss alternate]
* [http://lists.lustre.org/pipermail/lustre-devel-lustre.org/ lustre-devel] archives · [https://marc.info/?l=lustre-devel alternate]


=== Recent ===
=== Chat ===
* [https://sc19.supercomputing.org/session/?sess=sess281 SC19 Lustre Community BOF] - November 18-21 - Denver, Colorado
* https://lustreupstreamclient.slack.com/messages/CAV4QF0ER/ — invite required (workspace admin: James Simmons)
* [https://www.jlug.info/ Japan LUG 2019] – October 23, 2018 - Tokyo, Japan
* [http://lustrefs.cn/clug2019/ China LUG 2019] – October 21, 2019 - Beijing, China
* [https://www.eofs.eu/events/lad19 Lustre Admin & Developer Workshop 2019 (LAD’19)] - September 23-24, 2019 - Cercle National des Armées, Paris, France
* [https://2019.isc-program.com/presentation/?id=bof107&sess=sess179 ISC'19 - LUSTRE in HPC and Big Data: Status, New Features and Roadmap] - June 17th, 2019 - Frankfurt, Germany
* [http://opensfs.org/events/lug-2019/ Lustre Users Group 2019 (LUG'19)] - May 14-17, 2019 – Houston, Texas
* [https://sc18.supercomputing.org/presentation/?id=bof176&amp;sess=sess431 SC18 Lustre Community BOF: Lustre in HPC and Emerging Data Markets: Roadmap, Features and Challenges] - November 13th, 2018 - Dallas, Texas
* [https://www.jlug.info/ LUG Japan 2018] – October 25, 2018 - Asaka Excel Hotel, Tokyo, Japan
* [http://lustrefs.cn/clug2018/ LUG China 2018] – October 23, 2018 - The Regent Beijing Hotel, Beijing, China
* [https://www.eofs.eu/events/lad18 Lustre Admin & Developer Workshop 2018 (LAD’18)] - September 24-25, 2018 - Paris Marriott Champs Elysees Hotel, France
* [http://opensfs.org/events/lug-2018/ Lustre Users Group 2018 (LUG'18)] - April 23-26, 2018 at Argonne National Laboratory in Argonne, Illinois
* [http://sc17.supercomputing.org/presentation/?id=bof111&sess=sess323 SC17 Lustre Community BoF] - November 15, 2017 - Denver, Colorado</li>
* [https://www.eofs.eu/events/lad17 Lustre Admin & Developer Workshop 2017 (LAD’17)] - October 4-5, 2017 - Paris, France
* [https://www.chinalug.info China LUG 2017] - Oct 31, 2017 - Beijing, China
* [http://opensfs.org/lug-2017/ Lustre Users Group 2017 (LUG'17)] - May 30-June 2, 2017 - Bloomington, Indiana
* [http://sc16.supercomputing.org/presentation/?id=bof194&sess=sess365 SC16 Lustre Community BOF: Lustre Deployments for the Next 5 Years] - November 15, 2016 - Salt Lake City, Utah
* [https://www.eofs.eu/events/lad16 Lustre Admin & Developer Workshop 2016 (LAD’16)] - September 20-21, 2016 - Paris, France
* [http://www.pinedalab.org/hpc/disruptive-storage-workshop Disruptive Storage Workshop 2.0] – April 26-27, 2016 – Baltimore, Maryland
* [http://opensfs.org/events/lug-2016/ Lustre Users Group 2016 (LUG'16)] - April 5-7, 2016 - Portland, Oregon
* [http://opensfs.org/events/lustre-developer-day/ Lustre Developer Day] - April 4, 2016 - Portland, Oregon
* [http://lustre.ornl.gov/ecosystem/index.html 2nd International Workshop on The Lustre Ecosystem] - March 8-9, 2016 - Baltimore, Maryland


'''''For a complete list of past events, see the [[:Category:Events|Events]] category page'''''
=== User groups & events ===
* http://opensfs.org/events/ — Worldwide Lustre User Group
* https://www.eofs.eu/events/start — European Lustre User Group
* http://lustrefs.cn/ — China Lustre User Group
* https://www.jlug.info/ — Japan Lustre User Group
* https://www.lustrefilesystem.com/ — Lustre User Group UK
* [[Lustre Conferences]] — presentations and videos
* [[:Category:Events|Events]] — complete list


== Lustre.org Infrastructure ==
=== More community resources ===
See [[Lustre.org Infrastructure]] for information on the lustre.org and opensfs.org websites.
* https://www.lustre.org/community/ — community entry points
* https://wiki.whamcloud.com/ — Whamcloud community wiki


'''''Note:''''' ''The previous (now outdated) Lustre wiki is currently preserved for posterity at [http://wiki.old.lustre.org wiki.old.lustre.org].''
== Site Information ==
* [[Lustre.org Infrastructure]]
* Previous (archived) wiki: http://wiki.old.lustre.org

Latest revision as of 10:11, 30 April 2026


Welcome to the Lustre Community Wiki

This site, wiki.lustre.org, is the main community repository for Lustre information. Consult the sidebar for links to major Lustre topics.

Learn more about Lustre at http://www.lustre.org.

New to Lustre? Start here

Releases & Downloads

Downloads

Current LTS Maintenance Release

Current Major Release

Major Release In Development

Roadmap / History

What is Lustre?

Lustre is an open-source distributed parallel file system designed for high performance, scalability, and availability, enabling massively scalable storage.


Lustre is purpose-built to provide a coherent, global POSIX-compliant namespace for very large scale computer infrastructure, including the world's largest supercomputer platforms. It can support hundred's of petabytes of data storage and hundreds of gigabytes per second in simultaneous, aggregate throughput. Some of the largest current installations have individual file systems in excess of fifty petabytes of usable capacity, and have reported throughput speeds exceeding one terabyte/sec.

Documentation

Introduction to Lustre

Lustre Systems Administration

Architecture & Internals

Lustre Manual

Contributing to the Lustre Project

Getting Started

Submitting Changes

Review & Patch Workflow

Standards & Upstream

Project infrastructure

Working groups (OpenSFS)

Community

Mailing lists

Chat

User groups & events

More community resources

Site Information