File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7474openhpc_slurm_accounting_storage_host : " {{ openhpc_slurmdbd_host }}"
7575openhpc_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
7877openhpc_slurm_accounting_storage_user : slurm
7978# openhpc_slurm_accounting_storage_pass:
You can’t perform that action at this time.
0 commit comments