File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ def takeover(index = 1):
177
177
""" Let a Backup Slurm Controller take over as the Primary.
178
178
179
179
Args:
180
- index (int, optional = 1):
180
+ index (int, optional= 1):
181
181
Index of the Backup Controller that should take over. By default,
182
182
the `index` is `1`, meaning the next Controller configured after
183
- the Primary in slurm.conf (second `SlurmctlHost ` entry) will be
183
+ the Primary in ` slurm.conf` (second `SlurmctldHost ` entry) will be
184
184
asked to take over operation.
185
185
186
186
If you have more than one backup controller configured, you can for
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ cdef class Config:
705
705
Program to be executed on each compute node to reboot it.
706
706
707
707
{slurm.conf#OPT_RebootProgram}
708
- reconfig_flags (lisr [str]):
708
+ reconfig_flags (list [str]):
709
709
List of flags to control various actions that may be taken when a
710
710
reconfigure command is issued (for example with `scontrol
711
711
reconfig`).
You can’t perform that action at this time.
0 commit comments