Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Lustre Source Mirror (NetApp)

This GitHub repository is used as a mirror and distribution point for Lustre source code.

Where is the source code?

The default branch (master) does not contain the Lustre source tree.

To browse or download source code, use one of the following:

Quick start (CLI)

Clone the repository and check out a release tag:

git clone https://github.com/NetApp/netapp-lustre.git
cd netapp-lustre
git fetch --tags
git checkout <tag-name>   # example: 2.17.0.1_netapp

Option A — Version branches (recommended)

Release branches are available under Branches.

  • GitHub UI: Branches
  • CLI:
    git fetch origin
    git checkout <branch-name>

Option B — Tags

Each released version is available as a Git tag.

  • GitHub UI: Tags
  • CLI:
    git fetch --tags
    git checkout <tag-name>

Option C — Releases

Go to the Releases page and download the source archive for the version you need:

Notes

This repository mirrors Lustre source. Copyright remains with the respective authors/copyright holders as indicated in the source files.

Lustre Binaries

Lustre deployment binaries are available in the release/repo branch.

Example for a yum repo url:
https://netapp.github.io/netapp-lustre/repo/lustre/el9/x86_64/2.17.0.1_netapp/RPMS/

About

Lustre distribution optimized for NetApp E-Series block storage.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors