- 07 Mar, 2019 3 commits
-
-
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
-
-
Nate Rini authored
This should never happen, but is a nice safeguard. Bug 6566
-
- 05 Mar, 2019 2 commits
-
-
Danny Auble authored
Bug 6612
-
Nathan Rini authored
All of the buffers are 24 characters, require the input string is less than 23 characters and null combined to be parsed. Remove regression added in b9699c2f Bug 6636.
-
- 01 Mar, 2019 4 commits
-
-
Brian Christiansen authored
Contiuation of 9a243a1a Bug 6592
-
Danny Auble authored
Test was relying on seeing future jobs which is no longer the way it works.
-
Broderick Gardner authored
What was happening in a maintenance reservation was every 5 seconds the slurmctld was sending a message to the slurmdbd telling it the node's down/drain state was in a maintenance state as well. We really only needed to know about this once. Bug 6487
-
Broderick Gardner authored
(DRAIN+MAINT+IDLE) Before it would just print MAINT Bug 6487
-
- 28 Feb, 2019 12 commits
-
-
Alejandro Sanchez authored
Bug 4296
-
Alejandro Sanchez authored
This will be used in future commits. Bug 4296
-
Brian Christiansen authored
to avoid having to send alias list for cloud nodes that exist in DNS. This is especially important for large cloud environments (e.g. thousands of nodes) as the alias list environment will be too large for execve(). Bug 6589
-
Brian Christiansen authored
Bug 6587
-
Brian Christiansen authored
This is useful in a cloud environment where the nodes come and go out of DNS. Bug 6592
-
Marshall Garey authored
Bug 6519.
-
Brian Christiansen authored
Continuation of 324404de Bug 6433
-
Brian Christiansen authored
Continuation of c2cdde85 Bug 6433
-
Tim Wickberg authored
Same as salloc/sbatch --gres option. Bug 6582.
-
Albert Gil authored
Bug 6387.
-
Tim Wickberg authored
-
Marshall Garey authored
salloc --no-shell jobs aren't interactive, and won't respond to pings from the slurmctld, so they were previously getting killed after InactiveLimit seconds, even when they had a running step. InactiveLimit no longer applies for salloc --no-shell jobs. Bug 6560.
-
- 27 Feb, 2019 2 commits
-
-
Michael Hinton authored
Fixes smail to handle change in slurmctld/agent.c#mail_job_info() output introduced in commit 5f1cc8a8. seff has incomplete job array support, but if one happens to come through smail, at least let it print out what it can (i.e. the last array task in the job array). Bug 6536
-
Tim Wickberg authored
Allow sites to use hostname as given by libc gethostname() instead of the first domain used globally as hostname. Bug 6532. Co-authored-by: Nate Rini <nate@schedmd.com>
-
- 26 Feb, 2019 4 commits
-
-
Ben Roberts authored
Fixed typo in sshare --help output and updated man page with -o flag and updated -h to be -n. Bug 6570
-
Nate Rini authored
bug 6178
-
Tim Wickberg authored
Causes x11_delete_xauth() to be called on a successfully unlink()'d file if using local_xauthority causing an extra error message in the logs. Bug 3647.
-
Danny Auble authored
Also set canonical links in the man pages while here. Bug 6573.
-
- 23 Feb, 2019 1 commit
-
-
Nathan Rini authored
X11 forwarding doesn't care about the screen number, so handle DISPLAY environment variables without that present correctly. E.g., both "localhost:10.0" and "localhost:10" are now handled, whereas previously only the first form would have been accepted. Bug 6532.
-
- 21 Feb, 2019 1 commit
-
-
Marshall Garey authored
Bug 6372
-
- 20 Feb, 2019 1 commit
-
-
Morris Jette authored
Clear the JOB_STAGE_OUT flag once the stage out is complete. Bug 6429.
-
- 19 Feb, 2019 8 commits
-
-
Moe Jette authored
Bug 6500
-
Albert Gil authored
Bug 5717
-
Danny Auble authored
Bug 5717
-
Albert Gil authored
This fixes a few issues the old sql didn't work with. All these are verified with test12.10. Bug 5717
-
Danny Auble authored
This adds a new helper function slurmdb_job_cond_def_start_end This will set default usage times when getting jobs from the database. Bug 5717
-
Albert Gil authored
Bug 5717
-
Broderick Gardner authored
Bug 6263
-
Michael Hinton authored
Make it clear when the HealthCheckProgram will run and what state the node will be in during that time. Clear up other things. Bug 6391
-
- 15 Feb, 2019 1 commit
-
-
Jason Booth authored
This patch better describes the always enabled TRES values for AccountingStorageTRES. Bug 6506
-