Skip to content

Commit

Permalink
fix(democluster): fix the permission of the file acct_gather.conf. (#…
Browse files Browse the repository at this point in the history
…26)

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.
  • Loading branch information
matheushent authored Jan 13, 2025
1 parent 88ffe1f commit 6acfc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion democluster/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6acfc13

Please sign in to comment.