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 5506876 commit 2becb3aCopy full SHA for 2becb3a
ansible/roles/lustre/tasks/configure.yml
@@ -29,16 +29,12 @@
29
name: lnet
30
state: "{{ 'restarted' if _lnet_conf.changed else 'started' }}"
31
32
-# TODO: on some nodes we've got additional nodes!
33
-# An systemd lnet restart fixed it
34
-
35
- name: Ensure mount points exist
36
ansible.builtin.file:
37
path: "{{ item.mount_point }}"
38
state: directory
39
loop: "{{ lustre_mounts }}"
40
when: "(item.mount_state | default(lustre_mount_state)) != 'absent'"
41
-# TODO: do we need to set owner/group/mode either pre- or post-mount?
42
43
- name: Mount lustre filesystem
44
ansible.posix.mount:
0 commit comments