Skip to content

Commit f518caa

Browse files
committed
reverted to upstream lustre repo
1 parent 5b9ea34 commit f518caa

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ansible/roles/lustre/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ The following variables control configuration of Lustre clients.
1919
- `lustre_mount_options`. Optional default mount options. Default values are systemd defaults from [Lustre client docs](http://wiki.lustre.org/Mounting_a_Lustre_File_System_on_Client_Nodes).
2020

2121
The following variables control the package build and and install:
22-
- `lustre_version`: Optional str. Version of lustre to build, default `2.15.6/lu-18085`
23-
which is the first version with EL9.5 support, plus a fix for https://jira.whamcloud.com/browse/LU-18085.
24-
- `lustre_repo`: Optional str. URL for Lustre repo. Default is a StackHPC repo
25-
incorporating the above fix.
22+
- `lustre_version`: Optional str. Version of lustre to build, default `2.15.7`
23+
- `lustre_repo`: Optional str. URL for Lustre repo. Default is `git://git.whamcloud.com/fs/lustre-release`.git.
2624
- `lustre_build_packages`: Optional list. Prerequisite packages required to build Lustre. See `defaults/main.yml`.
2725
- `lustre_build_dir`: Optional str. Path to build lustre at, default `/tmp/lustre-release`.
2826
- `lustre_configure_opts`: Optional list. Options to `./configure` command. Default builds client rpms supporting Mellanox OFED, without support for GSS keys.

ansible/roles/lustre/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lustre_mount_state: mounted
66
lustre_mount_options: 'defaults,_netdev,noauto,x-systemd.automount,x-systemd.requires=lnet.service,nosuid,nodev'
77

88
# below variables are for build and should not generally require changes
9-
lustre_git_repo: "git://git.whamcloud.com/fs/lustre-release.git"
9+
lustre_repo: "git://git.whamcloud.com/fs/lustre-release.git"
1010
lustre_build_packages:
1111
- "kernel-devel-{{ ansible_kernel }}"
1212
- git

0 commit comments

Comments
 (0)