forked from SchedMD/slurm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE_NOTES
42 lines (32 loc) · 1.66 KB
/
RELEASE_NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
RELEASE NOTES FOR SLURM VERSION 22.05
IMPORTANT NOTES:
If using the slurmdbd (Slurm DataBase Daemon) you must update this first.
NOTE: If using a backup DBD you must start the primary first to do any
database conversion, the backup will not start until this has happened.
The 22.05 slurmdbd will work with Slurm daemons of version 20.11 and above.
You will not need to update all clusters at the same time, but it is very
important to update slurmdbd first and having it running before updating
any other clusters making use of it.
Slurm can be upgraded from version 20.11 or 21.08 to version 22.05 without loss
of jobs or other state information. Upgrading directly from an earlier version
of Slurm will result in loss of state information.
All SPANK plugins must be recompiled when upgrading from any Slurm version
prior to 22.05.
NOTE: PMIx v1.x is no longer supported.
HIGHLIGHTS
==========
-- The template slurmrestd.service unit file now defaults to listen on both the
Unix socket and the slurmrestd port.
-- The template slurmrestd.service unit file now defaults to enable auth/jwt and
the munge unit is no longer a dependency by default.
CONFIGURATION FILE CHANGES (see man appropriate man page for details)
=====================================================================
-- AcctGatherEnergyType 'rsmi' is now 'gpu'.
-- TaskAffinity parameter was removed from cgroup.conf.
COMMAND CHANGES (see man pages for details)
===========================================
-- Remove support for (non-functional) --cpu-bind=boards.
-- Added --prefer option at job submission to allow for 'soft' constraints.
API CHANGES
===========
-- openapi/v0.0.35 - Plugin has been removed.