File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ To enable node health checks, ensure the `nhc` group contains the `compute` grou
21
21
compute
22
22
```
23
23
24
- This will:
24
+ This will automatically :
25
25
1 . Add NHC-related configuration to the ` slurm.conf ` Slurm configuration file.
26
26
The default configuration is defined in ` openhpc_config_nhc `
27
27
(see [ environments/common/inventory/group_vars/all/openhpc.yml] ( ../../../environments/common/inventory/group_vars/all/openhpc.yml ) ).
@@ -75,8 +75,9 @@ to update the autogenerated health checks:
75
75
'^(\s+\S+\s+)\|\|(\s+.*)$'
76
76
77
77
captures the ` TARGET ` and ` || ` separator as ` \1 ` and the actual check as ` \2 ` .
78
- Hence - as an example only - the following comments-out checks on a
79
- specific interface for all nodes:
78
+ For example the following configuration will comment-out checks for a
79
+ specific interface for all nodes - in reality using ` state: absent ` would be
80
+ better if the check is not required, but this shows the regex syntax:
80
81
81
82
``` yaml
82
83
nhc_config_changes :
You can’t perform that action at this time.
0 commit comments