We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8f79b commit 9f04b48Copy full SHA for 9f04b48
ansible/roles/lustre/defaults/main.yml
@@ -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
+lustre_version: '2.15.5' # https://www.lustre.org/lustre-2-15-5-released/
2
lustre_mounts: []
3
#lustre_mgs_nid:
4
#lustre_fs_name:
ansible/roles/lustre/tasks/install.yml
@@ -4,6 +4,7 @@
register: _lustre_dnf_build_packages
5
6
- name: Clone lustre git repo
7
+ # https://git.whamcloud.com/?p=fs/lustre-release.git;a=summary
8
ansible.builtin.git:
9
repo: git://git.whamcloud.com/fs/lustre-release.git
10
dest: "{{ lustre_build_dir }}"
0 commit comments