- 25 May, 2017 9 commits
-
-
Dominik Bartkiewicz authored
Two jobs completing simultaneously leads to make_node_idle() returning before it has a chance to decrement node_ptr->owner_job_cnt, which can result in the node being "owned" by that user even through no jobs are running on it. Move the decrement block to the end at a fini label, and make sure all return paths pass through it. While moving that add a guard against node_ptr->owner_job_cnt underflowing. Bug 3771.
-
Dominik Bartkiewicz authored
If a job is considered on a partition with ExclusiveUser=YES then it would be marked as if it was submitted with the --exclusive flag, which would lead to delays launching it on ExclusiveUser=NO partitions, and cause lower-than-expected cluster usage. As a side effect, the job_ptr->part_ptr->flags need to be tested wherever WHOLE_NODE_USER is considered, instead of just job_ptr->details->whole_node. Bug 3771.
-
Tim Wickberg authored
Wrong author attributed by mistake. This reverts commit 9128476a.
-
Tim Wickberg authored
Wrong author attributed by mistake. This reverts commit a02d04f1.
-
Tim Wickberg authored
leaving the node owned. Two jobs completing simultaneously leads to make_node_idle() returning before it has a chance to decrement node_ptr->owner_job_cnt, which can result in the node being "owned" by that user even through no jobs are running on it. Move the decrement block to the end at a fini label, and make sure all return paths pass through it. While moving that add a guard against node_ptr->owner_job_cnt underflowing. Bug 3771.
-
Tim Wickberg authored
WHOLE_NODE_USER. If a job is considered on a partition with ExclusiveUser=YES then it would be marked as if it was submitted with the --exclusive flag, which would lead to delays launching it on ExclusiveUser=NO partitions, and cause lower-than-expected cluster usage. As a side effect, the job_ptr->part_ptr->flags need to be tested wherever WHOLE_NODE_USER is considered, instead of just job_ptr->details->whole_node. Bug 3771.
-
Alejandro Sanchez authored
_setup_assoc_cond_limits was using the table 'prefix' passed by argument in the where clause to select the where clause prefix.deleted=something. It turns out that _setup_assoc_cond_limits is called by these functions: as_mysql_modify_assocs as_mysql_remove_assocs as_mysql_get_assocs as_mysql_acct_no_users which set the prefix to 't2' before the call if a QOS is provided or if WithSubAccounts is provided. The 't2' prefix is fine for other where conditions in that case, but for choosing the deleted we need the t1 which is the table we're selecting the records off. Bug 3835
-
Alejandro Sanchez authored
-
Tim Shaw authored
-
- 24 May, 2017 10 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
There isn't much we can do about this, it will always be misspelled until they fix it upstream. We could correct it, but then every time we run autogen.sh we would have to ignore the change which seems like more work than I would want to keep doing.
-
Tim Shaw authored
Bug 3821
-
Danny Auble authored
-
Danny Auble authored
do the correct thing. It turns out you can't += to *_SOURCES in a Makefile.am. The corresponding *_OBJECTS will not be made. So I added a HAVE_LUA define and handled things accordingly.
-
Danny Auble authored
done in that commit, but only in the main scheduler instead of backfill.
-
Tim Wickberg authored
'scontrol update reservationname=foo duration=unlimited' sets INFINITE as the duration, which needs to be translated to a year as is done elsewhere. Otherwise it'll convert to 49710 days, which is definitely wrong. Bug 3836.
-
Alejandro Sanchez authored
Bug 3443.
-
Alejandro Sanchez authored
MAX() will re-evaluate the higher value argument; if this is a function is may be called twice over, leading to unintended side effects or a crash. Bug 3443.
-
- 23 May, 2017 5 commits
-
-
Danny Auble authored
Otherwise the recently newly added '#include <lua.h>' condition will break the build on systems without any Lua installation. Follow on to commit 7cc4d0d8. Bug 3681.
-
Danny Auble authored
This also fixes the fed_mgr on the backup slurmctld to start backup correctly if the backup takes control more than once. Bug 3827
-
Danny Auble authored
-
Alejandro Sanchez authored
It will result in the job being held if it is requeued at a later time. Bug 3751.
-
Tim Shaw authored
Previously, incorrect partitions and duplicated partition names could be shown. The array needs to be incremented by two, not one, as each element is a start-end pair. Bug 3793.
-
- 22 May, 2017 1 commit
-
-
Brian Christiansen authored
when configured with memory-leak-debug
-
- 19 May, 2017 9 commits
-
-
Danny Auble authored
Bug 2131
-
Danny Auble authored
See bug 3681 comment 16
-
Danny Auble authored
Follow on to commit 79ff60f4. Bug 3681
-
Danny Auble authored
Bug 3776
-
Morris Jette authored
KNL modes if not KNL system. Bug 3825
-
Danny Auble authored
This reverts commit c2380520.
-
Morris Jette authored
-
Danny Auble authored
KNL modes if not KNL system. Bug 3825
-
Morris Jette authored
reconfigured while node boot in progress. Bug 3679
-
- 18 May, 2017 3 commits
-
-
Damien François authored
bug 3822
-
Danny Auble authored
-
Danny Auble authored
-
- 17 May, 2017 3 commits
-
-
Dominik Bartkiewicz authored
Bug 3708
-
Danny Auble authored
-
Danny Auble authored
Bug 3815
-