diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 9970d94756b33450ac87ff15186b2cfdba676933..efac9b59ec8a3bbfaca7f3e30161731fe6d9007a 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -119,6 +119,17 @@ The listening port of the accounting storage database server. Only used for database type storage plugins, ignored otherwise. Also see \fBDefaultStoragePort\fR. +.TP +\fBAccountingStorageTRES\fR +Comma separated list of resources you wish to track on the cluster. +Currently this consists of any GRES, or license along with CPU, Memory, +and Energy. By default CPU, Memory, and Energy are tracked. +AccountingStorageTRES=cpu,mem,energy,gres/craynetwork,license/iop1 +will track cpu, memory, energy along with a gres called craynetwork as well as +a license called iop1. Whenever these resources are used on the cluster +it is recorded. These TRES do not need to be set up in the database, it will +happen automatically on the start of the slurmctld. + .TP \fBAccountingStorageType\fR The accounting storage mechanism type. Acceptable values at