Skip to content

Commit 9f04b48

Browse files
committed
bump to release lustre
1 parent ed8f79b commit 9f04b48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ansible/roles/lustre/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lustre_version: '2.15.5-RC3' # TODO: FIXME to 2.15.5 on release see http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/2024-June/019163.html
1+
lustre_version: '2.15.5' # https://www.lustre.org/lustre-2-15-5-released/
22
lustre_mounts: []
33
#lustre_mgs_nid:
44
#lustre_fs_name:

ansible/roles/lustre/tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
register: _lustre_dnf_build_packages
55

66
- name: Clone lustre git repo
7+
# https://git.whamcloud.com/?p=fs/lustre-release.git;a=summary
78
ansible.builtin.git:
89
repo: git://git.whamcloud.com/fs/lustre-release.git
910
dest: "{{ lustre_build_dir }}"

0 commit comments

Comments
 (0)