- 08 Mar, 2019 3 commits
-
-
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 36 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.
-
Tim Wickberg authored
Bug 3647.
-
Tim Wickberg authored
Leave the state file name - burst_buffer_cray_state alone. Bug 6440.
-
Tim Wickberg authored
-
Brian Christiansen authored
-
Nathan Rini authored
Print error: for each new line. Bug 6142
-
Nathan Rini authored
Bug 6142
-
Brian Christiansen authored
-
Dominik Bartkiewicz authored
Bug 6584
-
Matt Ezell authored
response_cluster_rec stored a pointer to data in the controller config that gets freed when the controller is reconfigured. Bug 6584
-
Matt Ezell authored
Bug 6584
-
- 06 Mar, 2019 1 commit
-
-
Tim Wickberg authored
The order can change as long as it is kept in sync with the ops struct, which already notes this requirement.
-