- 08 Mar, 2019 14 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Unused, and until earlier in this commit series the auth/munge plugin was printing to stdout directly rather than the fp argument.
-
Tim Wickberg authored
Move the message for ESLURM_AUTH_UNPACK into slurm_auth.c, which removes all error message handling except the complicated MUNGE handing from the plugins. Adjust MUNGE_ERRNO_OFFSET far enough to avoid the range these have just been renumbered into.
-
Tim Wickberg authored
Use a new cred_wrapper_t struct designed to overlap the opaque cred structures used within the individual plugins. Add the index value to the start of each of these structures. The index is set when a given credential is unpacked, and used to lookup the appropriate plugin for use with the remaining auth plugin API calls.
-
Tim Wickberg authored
The zeroth element is always the AuthType, and will be used by default. This is currently only supported in the slurmctld and slurmdbd; ignore this in all other calling locations.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Hard code to using the first plugin loaded for now.
-
Tim Wickberg authored
-
Tim Wickberg authored
Expose the plugin_type symbol from the plugins. Ignore the plugin_version symbol, since on the unpack side we never do anything with it. Just send a zero instead, and continue to ignore it on the unpack side. Note that for auth/munge, the 19.05 and the older protocol blocks are identical, so collapse them back into one block.
-
Tim Wickberg authored
The plugin_id will be sent in first by g_auth_pack, so this check here is now redundant and can be removed to simplify things.
-
Tim Wickberg authored
Add a protocol_version dependent block to g_auth_pack / g_auth_unpack. For the 19.05 protocol_version, send the plugin_id first, then call unpack routines inside the individual plugins. Throw an error if there is a mismatch for now.
-
Tim Wickberg authored
-
- 07 Mar, 2019 26 commits
-
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
Revert "Avoid errors from packing accounting_storage_mysql.so when RPM is built with out mysql support." This reverts commit d18e26b9.
-
Danny Auble authored
Backport of 21b9a39b Bug 6625
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Morris Jette authored
No changes in logic
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
The plugin-specific errno handling these were intended for does not exist, and these ranges can be reused without issue at this point.
-
Tim Wickberg authored
-
Tim Wickberg authored
No plugins implement this interface, so discard.
-
Tim Wickberg authored
Never called. None of the plugins have bothered to implement this correctly. The jobcomp/script plugin comes closest, but did not pick error codes within the designated range.
-
Morris Jette authored
Remove "cons_tres: " from some src/common/gres.c log messages. They are vestigial from relocated functions.
-
Morris Jette authored
-
Morris Jette authored
This needs to be replaced by a finer-grained access control in the next pre-release of v19.05
-
Michael Hinton authored
Move tests into relevant FastSchedule groups. Rename tests based on FastSchedule setting. Tweak some expected output to match actual. Add capability for expected errors. Comment out some tests that still need work. Bug 6635
-
Michael Hinton authored
Bug 6635
-
Morris Jette authored
Triggered with GresTypes=gpu,mps. zero gpu count for node defined in slurm.conf and non-zero gpu count in gres.conf
-
Tim Wickberg authored
As libssh2 is gone, we no longer need x_ac_ssh2.m4. Add in x_ac_x11.m4 to restore the --disable-x11 option. Unconditionally build x11_forwarding.c now that it's no longer dependent on the libssh2 libraries being available.
-