forked from pool/slurm
Accepting request 808569 from network:cluster
- Updated to 20.02.3 which fixes CVE-2020-12693 (bsc#1172004). - Other changes are: * Factor in ntasks-per-core=1 with cons_tres. * Fix formatting in error message in cons_tres. * Fix calling stat on a NULL variable. * Fix minor memory leak when using reservations with flags=first_cores. * Fix gpu bind issue when CPUs=Cores and ThreadsPerCore > 1 on a node. * Fix --mem-per-gpu for heterogenous --gres requests. * Fix slurmctld load order in load_all_part_state(). * Fix race condition not finding jobacct gather task cgroup entry. * Suppress error message when selecting nodes on disjoint topologies. * Improve performance of _pack_default_job_details() with large number of job * arguments. * Fix archive loading previous to 17.11 jobs per-node req_mem. * Fix regresion validating that --gpus-per-socket requires --sockets-per-node * for steps. Should only validate allocation requests. * error() instead of fatal() when parsing an invalid hostlist. * nss_slurm - fix potential deadlock in slurmstepd on overloaded systems. * cons_tres - fix --gres-flags=enforce-binding and related --cpus-per-gres. * cons_tres - Allocate lowest numbered cores when filtering cores with gres. * Fix getting system counts for named GRES/TRES. * MySQL - Fix for handing typed GRES for association rollups. * Fix step allocations when tasks_per_core > 1. * Fix allocating more GRES than requested when asking for multiple GRES types. OBS-URL: https://build.opensuse.org/request/show/808569 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slurm?expand=0&rev=45
This commit is contained in:
commit
5da789b9e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ee9813c6168292404785621d6a1c3c19d1b98c32d7dc750c408728061b011a5
|
||||
size 6302755
|
3
slurm-20.02.3.tar.bz2
Normal file
3
slurm-20.02.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b73ea8ce63dd73a0744c444f2fbe56fc98e79c9a1ea34e9c82e09534b55c44a3
|
||||
size 6330257
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 22 08:45:46 UTC 2020 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- Updated to 20.02.3 which fixes CVE-2020-12693 (bsc#1172004).
|
||||
- Other changes are:
|
||||
* Factor in ntasks-per-core=1 with cons_tres.
|
||||
* Fix formatting in error message in cons_tres.
|
||||
* Fix calling stat on a NULL variable.
|
||||
* Fix minor memory leak when using reservations with flags=first_cores.
|
||||
* Fix gpu bind issue when CPUs=Cores and ThreadsPerCore > 1 on a node.
|
||||
* Fix --mem-per-gpu for heterogenous --gres requests.
|
||||
* Fix slurmctld load order in load_all_part_state().
|
||||
* Fix race condition not finding jobacct gather task cgroup entry.
|
||||
* Suppress error message when selecting nodes on disjoint topologies.
|
||||
* Improve performance of _pack_default_job_details() with large number of job
|
||||
* arguments.
|
||||
* Fix archive loading previous to 17.11 jobs per-node req_mem.
|
||||
* Fix regresion validating that --gpus-per-socket requires --sockets-per-node
|
||||
* for steps. Should only validate allocation requests.
|
||||
* error() instead of fatal() when parsing an invalid hostlist.
|
||||
* nss_slurm - fix potential deadlock in slurmstepd on overloaded systems.
|
||||
* cons_tres - fix --gres-flags=enforce-binding and related --cpus-per-gres.
|
||||
* cons_tres - Allocate lowest numbered cores when filtering cores with gres.
|
||||
* Fix getting system counts for named GRES/TRES.
|
||||
* MySQL - Fix for handing typed GRES for association rollups.
|
||||
* Fix step allocations when tasks_per_core > 1.
|
||||
* Fix allocating more GRES than requested when asking for multiple GRES types.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 08:26:34 UTC 2020 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
|
@ -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.1
|
||||
%define ver 20.02.3
|
||||
%define _ver _20_02
|
||||
%define dl_ver %{ver}
|
||||
# so-version is 0 and seems to be stable
|
||||
|
Loading…
Reference in New Issue
Block a user