- Nov 03, 2023
-
-
Megan Dahl authored
Before the list of associations provided by NEED_ASSOC did not included deleted associations. This causes issues when dumping jobs that used old deleted associations. In DUMP_FUNC(ASSOC_ID) if the association is not found in the list provided by NEED_ASSOC it return an warning. To prevent this include the deleted associations in the associations list. Bug 17895
-
Megan Dahl authored
In DUMP_FUNC(QOS_ID) if the qos_id is not found in the QOS list provided by NEED_QOS it return an error and stops the parsing of the jobs early. Instead of returning an error it should return a warning so that the data can be dumped gracefully without being cut short. Bug 17895
-
Megan Dahl authored
Before the list of QOS provided by NEED_QOS did not included deleted QOS. This causes issues when dumping jobs that used old deleted QOS. In DUMP_FUNC(QOS_ID) if the qos_id is not found in the QOS list provided by NEED_QOS it return an error and stops the parsing of the jobs early. To prevent this include the deleted qos in the QOS list. Bug 17895
-
Megan Dahl authored
If the qos_id is not found in the qos list DUMP_FUNC(QOS_ID) returns without setting a string in the data_t. This causes an xassert error during _check_dump() since data_get_type(dst) is DATA_TYPE_NULL while openapi_type_format_to_data_type(parser->obj_openapi) is a DATA_TYPE_STRING. Instead of leaving it as a DATA_TYPE_NULL set the string to be Unknown, which is also what sacct's normal output shows for any bad QOS IDs. Bug 17895
-
- Nov 02, 2023
-
-
Scott Hilton authored
Bug 17391
-
Ben Roberts authored
Columns were misaligned and not consistent. Bug 18045
-
Marcin Stolarek authored
Example showed 'user' being requested when it was not displayed in the output. Bug 18045
-
- Oct 31, 2023
-
-
Ben Roberts authored
Bug 18009
-
- Oct 30, 2023
-
-
Nathan Rini authored
CID 330377 Bug 18039
-
Danny Auble authored
Bug 17938
-
Carlos Tripiana Montes authored
This matches the behavior for non-DCMI code. Bug 17938
-
Carlos Tripiana Montes authored
Match behavior with non-DCMI and stop logging the same error after MAX_LOG_ERRORS (currently 5) times. Bug 17938
-
Ben Roberts authored
Bug 17975
-
Ben Roberts authored
Bug 17975
-
Ben Roberts authored
Bug 18042
-
- Oct 28, 2023
-
-
Brian Christiansen authored
-
Benjamin Witham authored
The invalid registration message would not update if the previous invalid state was fixed but was invalid for a new reason. Bug 17807
-
Brian Christiansen authored
Bug 17807 Signed-off-by:
Benjamin Witham <benjamin.witham@schedmd.com>
-
- Oct 27, 2023
-
-
Tim McMullan authored
Bug 18037
-
Tim McMullan authored
Bug 17899
-
Tim McMullan authored
Bug 17899
-
Tim McMullan authored
Bug 17899
-
Ben Roberts authored
Bug 17899
-
Tim McMullan authored
Bug 17899
-
Tim McMullan authored
Bug 17899
-
Tim McMullan authored
Bug 17899.
-
Tim McMullan authored
This suggestion was changed in the platforms documentation already, but this was also echoed in the quickstart_admin page which should have the same information. Continuation of commit 4563c58c. Bug 17899
-
Tim McMullan authored
Nest the <ul> inside the list item it is associated with. Bug 17899
-
Tim McMullan authored
Bug 17899
-
- Oct 26, 2023
-
-
Brian Christiansen authored
-
Chad Vizino authored
Previous 2 commits. Bug 17867
-
Chad Vizino authored
Long nodelists caused the page to scroll. This change makes all columns fixed width but allows the column to still be resized manually. Bug 17867 Signed-off-by:
Chad Vizino <chad@schedmd.com>
-
Chad Vizino authored
sview had been using an internal fixed buffer length of 50 characters (49 for the string + 1 NULL). Change this to use the slurm string library to avoid the length problem. Note a similar approach was taken in commit be336282. Bug 17867
-
- Oct 25, 2023
-
-
Marshall Garey authored
Bug 17639 Signed-off-by:
Danny Auble <da@schedmd.com>
-
Marshall Garey authored
Bug 17639 Signed-off-by:
Danny Auble <da@schedmd.com>
-
Marshall Garey authored
Bug 17639 Signed-off-by:
Danny Auble <da@schedmd.com>
-
- Oct 24, 2023
-
-
Albert Gil authored
In some cases, when a test has multiple spawned process, when reset_bash_prompt is called it loses the spawn_id of the caller and the send command it not actually sent to the expected process. Bug 17982
-
Felip Moll authored
By enabling this parameter the gpu_g_usage_read call will be skipped in jobacct_gather/common so no accounting of GPU will be done. For example this can help with performance if one wants to disable frequent calls to NVML libraries, which can be slow. Bug 17102
-
- Oct 23, 2023
-
-
Ben Glines authored
Bug 17482
-
Ben Glines authored
Bug 17482
-