From 8ae99b8cc01756d6c14674ccabbdcbb80cb858145f07df80372a23b5167df631 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 27 Mar 2020 08:46:13 +0000 Subject: [PATCH] Accepting request 788905 from home:mslacken:branches:network:cluster - Updated to 20.02.1 with following changes" * Improve job state reason for jobs hitting partition_job_depth. * Speed up testing of singleton dependencies. * Fix negative loop bound in cons_tres. * srun - capture the MPI plugin return code from mpi_hook_client_fini() and use as final return code for step failure. * Fix segfault in cli_filter/lua. * Fix --gpu-bind=map_gpu reusability if tasks > elements. * Make sure config_flags on a gres are sent to the slurmctld on node registration. * Prolog/Epilog - Fix missing GPU information. * Fix segfault when using config parser for expanded lines. * Fix bit overlap test function. * Don't accrue time if job begin time is in the future. * Remove accrue time when updating a job start/eligible time to the future. * Fix regression in 20.02.0 that broke --depend=expand. * Reset begin time on job release if it's not in the future. * Fix for recovering burst buffers when using high-availability. * Fix invalid read due to freeing an incorrectly allocated env array. * Update slurmctld -i message to warn about losing data. * Fix scontrol cancel_reboot so it clears the DRAIN flag and node reason for a pending ASAP reboot. OBS-URL: https://build.opensuse.org/request/show/788905 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=145 --- slurm-20.02.0.tar.bz2 | 3 --- slurm-20.02.1.tar.bz2 | 3 +++ slurm.changes | 26 ++++++++++++++++++++++++++ slurm.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 slurm-20.02.0.tar.bz2 create mode 100644 slurm-20.02.1.tar.bz2 diff --git a/slurm-20.02.0.tar.bz2 b/slurm-20.02.0.tar.bz2 deleted file mode 100644 index 6d68ea4..0000000 --- a/slurm-20.02.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45213362e3cc7f37e4ea64f3b2b1e3ce8f9c1c5c32a18d50ddb56280ec585ebb -size 6297730 diff --git a/slurm-20.02.1.tar.bz2 b/slurm-20.02.1.tar.bz2 new file mode 100644 index 0000000..db2cb08 --- /dev/null +++ b/slurm-20.02.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee9813c6168292404785621d6a1c3c19d1b98c32d7dc750c408728061b011a5 +size 6302755 diff --git a/slurm.changes b/slurm.changes index 886d331..3cd1dd2 100644 --- a/slurm.changes +++ b/slurm.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Mar 27 08:26:34 UTC 2020 - Christian Goll + +- Updated to 20.02.1 with following changes" + * Improve job state reason for jobs hitting partition_job_depth. + * Speed up testing of singleton dependencies. + * Fix negative loop bound in cons_tres. + * srun - capture the MPI plugin return code from mpi_hook_client_fini() and + use as final return code for step failure. + * Fix segfault in cli_filter/lua. + * Fix --gpu-bind=map_gpu reusability if tasks > elements. + * Make sure config_flags on a gres are sent to the slurmctld on node + registration. + * Prolog/Epilog - Fix missing GPU information. + * Fix segfault when using config parser for expanded lines. + * Fix bit overlap test function. + * Don't accrue time if job begin time is in the future. + * Remove accrue time when updating a job start/eligible time to the future. + * Fix regression in 20.02.0 that broke --depend=expand. + * Reset begin time on job release if it's not in the future. + * Fix for recovering burst buffers when using high-availability. + * Fix invalid read due to freeing an incorrectly allocated env array. + * Update slurmctld -i message to warn about losing data. + * Fix scontrol cancel_reboot so it clears the DRAIN flag and node reason for a + pending ASAP reboot. + ------------------------------------------------------------------- Sun Mar 8 15:43:25 UTC 2020 - Egbert Eich diff --git a/slurm.spec b/slurm.spec index 4c3d2c2..758d359 100644 --- a/slurm.spec +++ b/slurm.spec @@ -18,7 +18,7 @@ # Check file META in sources: update so_version to (API_CURRENT - API_AGE) %define so_version 35 -%define ver 20.02.0 +%define ver 20.02.1 %define _ver _20_02 %define dl_ver %{ver} # so-version is 0 and seems to be stable