Skip to content

Commit 2becb3a

Browse files
committed
remove unneeded comments from lustre taskfiles
1 parent 5506876 commit 2becb3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ansible/roles/lustre/tasks/configure.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,12 @@
2929
name: lnet
3030
state: "{{ 'restarted' if _lnet_conf.changed else 'started' }}"
3131

32-
# TODO: on some nodes we've got additional nodes!
33-
# An systemd lnet restart fixed it
34-
3532
- name: Ensure mount points exist
3633
ansible.builtin.file:
3734
path: "{{ item.mount_point }}"
3835
state: directory
3936
loop: "{{ lustre_mounts }}"
4037
when: "(item.mount_state | default(lustre_mount_state)) != 'absent'"
41-
# TODO: do we need to set owner/group/mode either pre- or post-mount?
4238

4339
- name: Mount lustre filesystem
4440
ansible.posix.mount:

0 commit comments

Comments
 (0)