Skip to content
Snippets Groups Projects
Commit 926f2ff5 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Remove DB_* DebugFlags from slurm.conf man page.

These only work with accounting_storage/mysql, which cannot
be loaded directly in slurmctld any longer.
parent 7b9db602
No related branches found
No related tags found
No related merge requests found
...@@ -507,9 +507,7 @@ The default value is "crypto/munge" and is the recommended. ...@@ -507,9 +507,7 @@ The default value is "crypto/munge" and is the recommended.
Defines specific subsystems which should provide more detailed event logging. Defines specific subsystems which should provide more detailed event logging.
Multiple subsystems can be specified with comma separators. Multiple subsystems can be specified with comma separators.
Most DebugFlags will result in verbose logging for the identified subsystems Most DebugFlags will result in verbose logging for the identified subsystems
and could impact performance. The below DB_* flags are only useful when and could impact performance.
writing directly to the database. If using the DBD put these debug flags in the
slurmdbd.conf.
Valid subsystems available today (with more to come) include: Valid subsystems available today (with more to come) include:
.RS .RS
.TP 17 .TP 17
...@@ -542,38 +540,6 @@ CPU binding details for jobs and steps ...@@ -542,38 +540,6 @@ CPU binding details for jobs and steps
\fBCpuFrequency\fR \fBCpuFrequency\fR
Cpu frequency details for jobs and steps using the \-\-cpu\-freq option. Cpu frequency details for jobs and steps using the \-\-cpu\-freq option.
.TP .TP
\fBDB_ASSOC\fR
SQL statements/queries when dealing with associations in the database.
.TP
\fBDB_EVENT\fR
SQL statements/queries when dealing with (node) events in the database.
.TP
\fBDB_JOB\fR
SQL statements/queries when dealing with jobs in the database.
.TP
\fBDB_QOS\fR
SQL statements/queries when dealing with QOS in the database.
.TP
\fBDB_QUERY\fR
SQL statements/queries when dealing with transactions and such in the database.
.TP
\fBDB_RESERVATION\fR
SQL statements/queries when dealing with reservations in the database.
.TP
\fBDB_RESOURCE\fR
SQL statements/queries when dealing with resources like licenses in the
database.
.TP
\fBDB_STEP\fR
SQL statements/queries when dealing with steps in the database.
.TP
\fBDB_USAGE\fR
SQL statements/queries when dealing with usage queries and inserts
in the database.
.TP
\fBDB_WCKEY\fR
SQL statements/queries when dealing with wckeys in the database.
.TP
\fBElasticsearch\fR \fBElasticsearch\fR
Elasticsearch debug info Elasticsearch debug info
.TP .TP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment