Release of Slurm-web v5.0.0 #579
rezib
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Important
Please read update guide for updating from Slurm-web 4 to Slurm-web 5!
The default authentication mode to
slurmrestd
has been changed from local to jwt because of some changes in Slurm 25.05. This is a breaking changes for some setups. Some manual steps must be performed for this update, instructions are provided in the link above.Added
SUSPENDED
,PREEMPTED
,NODE_FAIL
,BOOT_FAIL
,DEADLINE
andOUT_OF_MEMORY
.ERROR
andFAIL
node states in collected metrics.gres
andgres_used
attributes by default inslurmrestd
nodes list and indiviual node responses.gres_detail
,sockets_per_node
,tasks
,tres_per_job
,tres_per_node
,tres_per_socket
,tres_per_task
attributes by default inslurmrestd
jobs list and Slurm controller invidual job responses.--with-slurm
option inslurm-web-gen-jwt-key
manpage.Changed
--with-slurm
option is provided explicitely.[slurmrestd]
>version
default value from0.0.40
to0.0.41
in agent configuration for compatibility with Slurm 25.05.[slurmrestd]
>auth
agent parameter fromlocal
tojwt
.slurmrestd
JWT authentication, automatic token management mode on Unix socket by default.slurmweb-5
repository.curl
command forslurmrestd
JWT authentication and TCP/IP socket.slurmrestd
local authentication is deprecated in architecture andslurmrestd
configuration pages.slurmrestd
configuration guides to reflect change to jwt authentication method by default.Fixed
AttributeError
withprometheus_client.registry.Collector
on el8 (AttributeError: module 'prometheus_client.registry' has no attribute 'Collector' on el8 #548).Removed
This discussion was created from the release v5.0.0.
Beta Was this translation helpful? Give feedback.
All reactions