Skip to content

Commit 6ac78d3

Browse files
committed
Fix templates to point to right AccountingStorageHost
1 parent 16bbabc commit 6ac78d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/etc/htc-slurm.conf.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ StateSaveLocation={state_save}
5050
#
5151
# LOGGING AND ACCOUNTING
5252
AccountingStorageType=accounting_storage/slurmdbd
53-
AccountingStorageHost={control_host}
53+
AccountingStorageHost={accounting_storage_host}
5454
ClusterName={name}
5555
SlurmctldLogFile={slurmlog}/slurmctld.log
5656
SlurmdLogFile={slurmlog}/slurmd-%n.log

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/etc/long-prolog-slurm.conf.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ StateSaveLocation={state_save}
5656
#
5757
# LOGGING AND ACCOUNTING
5858
AccountingStorageType=accounting_storage/slurmdbd
59-
AccountingStorageHost={control_host}
59+
AccountingStorageHost={accounting_storage_host}
6060
ClusterName={name}
6161
SlurmctldLogFile={slurmlog}/slurmctld.log
6262
SlurmdLogFile={slurmlog}/slurmd-%n.log

0 commit comments

Comments
 (0)