File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
ansible/roles/lustre/tasks Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 13
13
that : selinux_state in ['permissive', 'disabled']
14
14
fail_msg : " SELinux must be permissive for Lustre not '{{ selinux_state }}'; see variable selinux_state"
15
15
16
- - name : Ensure lustre_mgs_nid is defined
17
- assert :
18
- that : item.mgs_nid | default(lustre_mgs_nid) is defined
19
- fail_msg : lustre_mounts entries must specify mgs_nid or lustre_mgs_nid must be defined
20
- loop : " {{ lustre_mounts }}"
16
+ # TODO: fixme lustre_mounts
17
+ # - name: Ensure lustre_mgs_nid is defined
18
+ # assert:
19
+ # that: item.mgs_nid | default(lustre_mgs_nid) is defined
20
+ # fail_msg: lustre_mounts entries must specify mgs_nid or lustre_mgs_nid must be defined
21
+ # loop: "{{ lustre_mounts }}"
21
22
22
- - name : Ensure lustre_fs_name is defined
23
- assert :
24
- that : item.lustre_fs_name | default(lustre_fs_name) is defined
25
- fail_msg : lustre_mounts entries must specify fs_name or lustre_fs_name must be specified
26
- loop : " {{ lustre_mounts }}"
23
+ # - name: Ensure lustre_fs_name is defined
24
+ # assert:
25
+ # that: item.lustre_fs_name | default(lustre_fs_name) is defined
26
+ # fail_msg: lustre_mounts entries must specify fs_name or lustre_fs_name must be specified
27
+ # loop: "{{ lustre_mounts }}"
You can’t perform that action at this time.
0 commit comments