From dbb82d64bd89e3c6f332898505030660a50475abe04c468f827414dc6d6c96bd Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Thu, 23 Aug 2018 13:54:53 +0000 Subject: [PATCH] - slurmctld-rerun-agent_init-when-backup-controller-takes-over.patch: Fix race in the slurmctld backup controller which prevents it OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=67 --- slurm.changes | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/slurm.changes b/slurm.changes index 2d01c32..e4a8374 100644 --- a/slurm.changes +++ b/slurm.changes @@ -17,9 +17,6 @@ Tue Aug 14 10:26:43 UTC 2018 - eich@suse.com * Fix incorrect job priority assignment for multi-partition job with different PriorityTier settings on the partitions. * Fix sinfo to print correct node state. -- slurmctld-rerun-agent_init-when-backup-controller-takes-over.patch - Fix an issue where the fallback controller will not be able to idle - nodes after a failover when a process has terminated (bsc#1084917). ------------------------------------------------------------------- Thu Aug 2 11:35:55 UTC 2018 - eich@suse.com @@ -86,7 +83,8 @@ Tue Jul 31 18:29:40 UTC 2018 - eich@suse.com ------------------------------------------------------------------- Tue Jul 31 17:30:08 UTC 2018 - eich@suse.com -- Fix race in the slurmctld backup controller which prevents it +- slurmctld-rerun-agent_init-when-backup-controller-takes-over.patch: + Fix race in the slurmctld backup controller which prevents it to clean up allocations on nodes properly after failing over (bsc#1084917). - Handled %license in a backward compatible manner.