From f2865a61d8de0a4f2c0458c745b8e302cb4b135b Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Tue, 1 Oct 2013 09:36:32 -0700 Subject: [PATCH] Remove DefaultStorageType reference to slurmdbd --- doc/man/man5/slurm.conf.5 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 5e6c6f86a75..17ceaafcfa4 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -528,14 +528,11 @@ Also see \fBAccountingStoragePort\fR and \fBJobCompPort\fR. .TP \fBDefaultStorageType\fR The accounting and job completion storage mechanism type. Acceptable -values at present include "filetxt", "mysql", "none", and -"slurmdbd". The value "filetxt" indicates that records will be -written to a file. The value "mysql" indicates that accounting -records will be written to a MySQL or MariaDB database. The default value is -"none", which means that records are not maintained. -The value "slurmdbd" indicates that records will be written -to the SLURM DBD, which maintains its own database. See "man slurmdbd" -for more information. +values at present include "filetxt", "mysql" and "none". +The value "filetxt" indicates that records will be written to a file. +The value "mysql" indicates that accounting records will be written to a MySQL +or MariaDB database. +The default value is "none", which means that records are not maintained. Also see \fBAccountingStorageType\fR and \fBJobCompType\fR. .TP -- GitLab