Skip to content

Commit

Permalink
Generate nhc config for all compute nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed May 12, 2023
1 parent de52c8c commit 7b2b642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oe-22.03-recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ pdsh -l root -w $compute_prefix[1-3] systemctl start munge
pdsh -l root -w $compute_prefix[1-3] systemctl start slurmd

# Optionally, generate nhc config
pdsh -l root -w c1 "/usr/sbin/nhc-genconf -H '*' -c -" | dshbak -c
pdsh -l root -w $compute_prefix[1-3] "/usr/sbin/nhc-genconf -H '*' -c -" | dshbak -c
getent passwd test > /dev/null || useradd -m test
wwsh file resync passwd shadow group
sleep 2
Expand Down

0 comments on commit 7b2b642

Please sign in to comment.