Skip to content

Commit a012ff1

Browse files
authored
Remove default accounting_storage/none (#207)
undocumented since slurm 23.02. omitting it has the same effect.
1 parent c15221c commit a012ff1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

defaults/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ openhpc_default_config:
3030
AccountingStoragePass: "{{ openhpc_slurm_accounting_storage_pass | default('omit') }}"
3131
AccountingStorageHost: "{{ openhpc_slurm_accounting_storage_host }}"
3232
AccountingStoragePort: "{{ openhpc_slurm_accounting_storage_port }}"
33-
AccountingStorageType: "{{ openhpc_slurm_accounting_storage_type }}"
33+
AccountingStorageType: "{{ openhpc_slurm_accounting_storage_type | default('omit') }}"
3434
AccountingStorageUser: "{{ openhpc_slurm_accounting_storage_user }}"
3535
JobCompLoc: "{{ openhpc_slurm_job_comp_loc }}"
3636
JobCompType: "{{ openhpc_slurm_job_comp_type }}"
@@ -73,7 +73,6 @@ openhpc_slurm_conf_template: slurm.conf.j2
7373
# Accounting
7474
openhpc_slurm_accounting_storage_host: "{{ openhpc_slurmdbd_host }}"
7575
openhpc_slurm_accounting_storage_port: 6819
76-
openhpc_slurm_accounting_storage_type: accounting_storage/none
7776
# NOTE: You only need to set these if using accounting_storage/mysql
7877
openhpc_slurm_accounting_storage_user: slurm
7978
#openhpc_slurm_accounting_storage_pass:

0 commit comments

Comments
 (0)