From 13e4827cfd8544ce32db526bbdaaec8661ef10fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Torbj=C3=B6rn=20L=C3=B6nnemark?= <tobbez@ryara.net>
Date: Sat, 15 Jan 2022 00:15:09 +0100
Subject: [PATCH] Update slurm.conf for Slurm 20.11

This disables accounting (since the filetxt accounting type has been
removed in Slurm 20.11), but accounting wasn't saved previously anyway,
since not AccountingStorageLoc was specified.

Also, the FastSchedule parameter has been removed.
---
 files/slurm.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/files/slurm.conf b/files/slurm.conf
index 4f6afc3..db4013b 100644
--- a/files/slurm.conf
+++ b/files/slurm.conf
@@ -33,14 +33,13 @@ MinJobAge=259200
 #
 #
 # SCHEDULING
-FastSchedule=1
 SchedulerType=sched/backfill
 SelectType=select/cons_res
 SelectTypeParameters=CR_Core
 #
 #
 # LOGGING AND ACCOUNTING
-AccountingStorageType=accounting_storage/filetxt
+#AccountingStorageType=accounting_storage/none
 ClusterName=analysator
 
 JobCompType=jobcomp/script
-- 
GitLab