Skip to content

Commit 58becce

Browse files
authored
fix: use lu-18085 backport for lustre
1 parent e040631 commit 58becce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/lustre/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
lustre_version: '2.15.6' # https://www.lustre.org/lustre-2-15-6-released/
1+
lustre_version: '2.15.6/lu-18085' # https://www.lustre.org/lustre-2-15-6-released/
22
lustre_lnet_label: tcp
33
#lustre_mgs_nid:
44
lustre_mounts: []
55
lustre_mount_state: mounted
66
lustre_mount_options: 'defaults,_netdev,noauto,x-systemd.automount,x-systemd.requires=lnet.service'
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_git_repo: "https://github.com/stackhpc/lustre-release.git"
1010
lustre_build_packages:
1111
- "kernel-devel-{{ ansible_kernel }}"
1212
- git

0 commit comments

Comments
 (0)