You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix create_user_groups.py when /usr/sbin not in path (#163)
If /usr/sbin isn't in the path then the useradd and groupadd commands fail.
Add the path to the commands.
Add /usr/sbin to the path inside the on_node_* scripts.
Move creation of users and groups to on_compute_node_configured.sh because
/opt/slurm isn't mounted before running on_compute_node_start.sh.
Resolves#161
0 commit comments