From 943e8bb174b1385f2112ca0f77e479a45a5a099b Mon Sep 17 00:00:00 2001 From: matheushent Date: Mon, 13 Jan 2025 20:03:56 +0000 Subject: [PATCH] fix(democluster): fix the permission of the file `acct_gather.conf`. This commit bumps the permission of the `acct_gather.conf` file from 0600 to 0644. This permission was preventing slurmctld to start, consequently the democluster was buggy. --- democluster/user-data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/democluster/user-data b/democluster/user-data index e40b0c0..335361a 100644 --- a/democluster/user-data +++ b/democluster/user-data @@ -350,7 +350,7 @@ write_files: - path: /etc/slurm/acct_gather.conf owner: root:root - permissions: '0600' + permissions: '0644' content: | ProfileInfluxDBDatabase=slurm-job-metrics ProfileInfluxDBDefault=All