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.
2 parents 743947e + 0ad0f84 commit c126306Copy full SHA for c126306
1 file changed
community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/util.py
@@ -2224,6 +2224,6 @@ def update_config(cfg: NSDict) -> None:
2224
2225
def scontrol_reconfigure(lkp: Lookup) -> None:
2226
log.info("Running systemctl restart slurmctld.service")
2227
- run("systemctl restart slurmctld.service", timeout=30)
+ run("sudo systemctl restart slurmctld.service", timeout=30)
2228
log.info("Running scontrol reconfigure")
2229
run(f"{lkp.scontrol} reconfigure")
0 commit comments