- 27 Apr, 2019 1 commit
-
-
Tim Wickberg authored
-
- 26 Apr, 2019 39 commits
-
-
Brian Christiansen authored
-
Marshall Garey authored
Bug 6215
-
Marshall Garey authored
Change references to the "micro" release in rpc.html and troubleshoot.html as well; SchedMD refers to the last part of the version number as the "maintenance" release. Bug 6833.
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
Bug 6832.
-
Nate Rini authored
Bug 6832.
-
Nate Rini authored
Bug 6832.
-
Nate Rini authored
No functional change. Bug 6832.
-
Nate Rini authored
Otherwise, we could send communication packets bigger than max_allowed_packet. Bug 6832. Co-authored-by: Tim Wickberg <tim@schedmd.com>
-
Morris Jette authored
-
Morris Jette authored
as part of testing hetjobs ability to be started, the accounting functions _add_usage_node_bitmap() and _rm_usage_node_bitmap() were being called before nodes were selected for the jobs. Logic is added here to prevent those error messages specifically for pending hetjobs.
-
Alejandro Sanchez authored
Regression introduced in 8d643e79. Bug 6832.
-
Tim Wickberg authored
Provide a way to bypass this during testing with 'scontrol getent' by sending GETPW_MATCH_ALL in. Change nss_slurm to use GETPW_MATCH_PID to require the pid to match for getpwent().
-
Tim Wickberg authored
Only supports getpwuid / getpwnam at the moment.
-
Tim Wickberg authored
Used to fetch all 'getent passwd' info from all steps on node, making it easier to verify that nss_slurm will be able to operate correctly.
-
Tim Wickberg authored
Will be used to service getpwuid / getpwnam requests from nss_slurm.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
And out of the slurmctld code. Remove send_groups_in_cred handling now that it's all handled inside slurm_cred.c.
-
Tim Wickberg authored
There is a minor difference in functionality after this: the pw_gecos, pw_dir, and pw_shell fields will be populated when they were not previously. As the expensive part of the lookup is the underlying getpwuid() syscall, this should not make a real difference.
-
Tim Wickberg authored
Add a copy_gr_names() utility function to group_cache.c; these lookups should be cached at some point to avoid the performance hit from calling into getgrgid() constantly.
-
Tim Wickberg authored
Lookup and send over the required struct passwd fields.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Match the other struct passwd fields added previously.
-
Tim Wickberg authored
And handle pack/unpack for 19.05.
-
Tim Wickberg authored
No functional change.
-
Tim Wickberg authored
And always print a colon after the function name.
-
Morris Jette authored
Without this change a heterogeneous job allocation could not run a step on any single component of a hetjob, but only across multiple hetjob components. Note that by default a step runs on only the first hetjob component, so the default mode of operation running steps on a hetjob was broken. This bug caused tests 38.7 and 38.11 to fail consistently. The bug was introduced in commit 2f162b7a
-
Morris Jette authored
Commit 2987c5db (Convert "Admin Priority" to "Site Priority") broke this test
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Use retry_list_size() instead of list_count(retry_list) to avoid any asserts if list is NULL. Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
bug 6849.
-
Nate Rini authored
Bug 6849.
-
Morris Jette authored
Bug 6849.
-