SHA256
1
0
forked from pool/slurm

Accepting request 859114 from home:anag:branches:network:cluster

- Update to 20.11.02 
  * Fix older versions of sacct not working with 20.11.
  * Fix slurmctld crash when using a pre-20.11 srun in a job allocation.
  * Correct logic problem in _validate_user_access.
  * Fix libpmi to initialize Slurm configuration correctly.
- Update to 20.11.01
  * Fix spelling of "overcomited" to "overcomitted" in sreport's cluster
    utilization report.
  * Silence debug message about shutting down backup controllers if none are
    configured.
  * Don't create interactive srun until PrologSlurmctld is done.
  * Fix fd symlink path resolution.
  * Fix slurmctld segfault on subnode reservation restore after node
    configuration change.
  * Fix resource allocation response message environment allocation size.
  * Ensure that details->env_sup is NULL terminated.
  * select/cray_aries - Correctly remove jobs/steps from blades using NPC.
  * cons_tres - Avoid max_node_gres when entire node is allocated with
    --ntasks-per-gpu.
  * Allow NULL arg to data_get_type().
  * In sreport have usage for a reservation contain all jobs that ran in the
    reservation instead of just the ones that ran in the time specified. This
    matches the report for the reservation is not truncated for a time period.
  * Fix issue with sending wrong batch step id to a < 20.11 slurmd.
  * Add a job's alloc_node to lua for job modification and completion.
  * Fix regression getting a slurmdbd connection through the perl API.
  * Stop the extern step terminate monitor right after proctrack_g_wait().
  * Fix removing the normalized priority of assocs.
  * slurmrestd/v0.0.36 - Use correct name for partition field:
    "min nodes per job" -"min_nodes_per_job".

OBS-URL: https://build.opensuse.org/request/show/859114
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=162
This commit is contained in:
Ana Guerrero 2020-12-29 03:15:30 +00:00 committed by Git OBS Bridge
parent d5d3aa2162
commit caa18eaeaa
4 changed files with 66 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:647d44e82bdc97da2600908de705e6dfdc1daa428dcdc2374b08f4fd63a6f23f
size 6475238

3
slurm-20.11.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7fb4b9a9b73d3ee4cade654860352cacb0d1230243f1905f8ed5d858ade0296
size 6532310

View File

@ -1,3 +1,65 @@
-------------------------------------------------------------------
Mon Dec 28 14:37:58 UTC 2020 - Ana Guerrero Lopez <aguerrero@suse.com>
- Update to 20.11.02
* Fix older versions of sacct not working with 20.11.
* Fix slurmctld crash when using a pre-20.11 srun in a job allocation.
* Correct logic problem in _validate_user_access.
* Fix libpmi to initialize Slurm configuration correctly.
- Update to 20.11.01
* Fix spelling of "overcomited" to "overcomitted" in sreport's cluster
utilization report.
* Silence debug message about shutting down backup controllers if none are
configured.
* Don't create interactive srun until PrologSlurmctld is done.
* Fix fd symlink path resolution.
* Fix slurmctld segfault on subnode reservation restore after node
configuration change.
* Fix resource allocation response message environment allocation size.
* Ensure that details->env_sup is NULL terminated.
* select/cray_aries - Correctly remove jobs/steps from blades using NPC.
* cons_tres - Avoid max_node_gres when entire node is allocated with
--ntasks-per-gpu.
* Allow NULL arg to data_get_type().
* In sreport have usage for a reservation contain all jobs that ran in the
reservation instead of just the ones that ran in the time specified. This
matches the report for the reservation is not truncated for a time period.
* Fix issue with sending wrong batch step id to a < 20.11 slurmd.
* Add a job's alloc_node to lua for job modification and completion.
* Fix regression getting a slurmdbd connection through the perl API.
* Stop the extern step terminate monitor right after proctrack_g_wait().
* Fix removing the normalized priority of assocs.
* slurmrestd/v0.0.36 - Use correct name for partition field:
"min nodes per job" -"min_nodes_per_job".
* slurmrestd/v0.0.36 - Add node comment field.
* Fix regression marking cloud nodes as "unexpectedly rebooted" after
multiple boots.
* Fix slurmctld segfault in _slurm_rpc_job_step_create().
* slurmrestd/v0.0.36 - Filter node states against NODE_STATE_BASE to avoid
the extended states all being reported as "invalid".
* Fix race that can prevent the prolog for a requeued job from running.
* cli_filter - add "type" to readily distinguish between the CLI command in
use.
* smail - reduce sleep before seff to 5 seconds.
* Ensure SPANK prolog and epilog run without an explicit PlugStackConfig.
* Disable MySQL automatic reconnection.
* Fix allowing "b" after memory unit suffixes.
* Fix slurmctld segfault with reservations without licenses.
* Due to internal restructuring ahead of the 20.11 release, applications
calling libslurm MUST call slurm_init(NULL) before any API calls.
Otherwise the API call is likely to fail due to libslurm's internal
configuration not being available.
* slurm.spec - allow custom paths for PMIx and UCX install locations.
* Use rpath if enabled when testing for Mellanox's UCX libraries.
* slurmrestd/dbv0.0.36 - Change user query for associations to optional.
* slurmrestd/dbv0.0.36 - Change account query for associations to optional.
* mpi/pmix - change the error handler error message to be more useful.
* Add missing connection in acct_storage_p_{clear_stats, reconfig, shutdown}.
* Perl API - fix issue when running in configless mode.
* nss_slurm - avoid deadlock when stray sockets are found.
* Display correct value for ScronParameters in 'scontrol show config'
-------------------------------------------------------------------
Mon Nov 30 20:48:01 UTC 2020 - Egbert Eich <eich@suse.com>

View File

@ -18,7 +18,7 @@
# Check file META in sources: update so_version to (API_CURRENT - API_AGE)
%define so_version 36
%define ver 20.11.0
%define ver 20.11.2
%define _ver _20_11
%define dl_ver %{ver}
# so-version is 0 and seems to be stable