This GitHub repository is used as a mirror and distribution point for Lustre source code.
The default branch (master) does not contain the Lustre source tree.
To browse or download source code, use one of the following:
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_netappRelease branches are available under Branches.
- GitHub UI: Branches
- CLI:
git fetch origin git checkout <branch-name>
Each released version is available as a Git tag.
- GitHub UI:
Tags - CLI:
git fetch --tags git checkout <tag-name>
Go to the Releases page and download the source archive for the version you need:
- GitHub UI:
Releases(right side of the repo page) - Direct link: https://github.com/NetApp/netapp-lustre/releases
This repository mirrors Lustre source. Copyright remains with the respective authors/copyright holders as indicated in the source files.
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/