From 1a1f8ce41da27f1b6177e1b11fff641430c2c419 Mon Sep 17 00:00:00 2001 From: Dustin Frisch Date: Wed, 10 Jan 2024 14:08:06 +0100 Subject: [PATCH] slurm: make default queue work for all users slurm fails to pull the primary group from the ldap user integration and therefore can not match on the gluster group. --- shared/slurm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/slurm.nix b/shared/slurm.nix index 4dc17e7..ac33550 100644 --- a/shared/slurm.nix +++ b/shared/slurm.nix @@ -27,7 +27,7 @@ in (attrValues nodes)); partitionName = [ - "all Nodes=ALL AllowGroups=cluster Default=YES MaxTime=6:00:00 State=UP" + "all Nodes=ALL Default=YES MaxTime=6:00:00 State=UP" "vip Nodes=ALL AllowGroups=vip Default=NO MaxTime=INFINITE State=UP" ]; };