Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
a20a0017
Commit
a20a0017
authored
5 years ago
by
Ben Roberts
Committed by
Brian Christiansen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update slurm.conf man page with default value of AccountingStoragePort
Bug 6945
parent
45bfc4dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man5/slurm.conf.5
+5
-1
5 additions, 1 deletion
doc/man/man5/slurm.conf.5
doc/man/man5/slurmdbd.conf.5
+2
-2
2 additions, 2 deletions
doc/man/man5/slurmdbd.conf.5
with
7 additions
and
3 deletions
doc/man/man5/slurm.conf.5
+
5
−
1
View file @
a20a0017
.TH "slurm.conf" "5" "Slurm Configuration File" "
Februar
y 2019" "Slurm Configuration File"
.TH "slurm.conf" "5" "Slurm Configuration File" "
Ma
y 2019" "Slurm Configuration File"
.SH "NAME"
.SH "NAME"
slurm.conf \- Slurm configuration file
slurm.conf \- Slurm configuration file
...
@@ -115,6 +115,10 @@ NULL. Also see \fBDefaultStoragePass\fR.
...
@@ -115,6 +115,10 @@ NULL. Also see \fBDefaultStoragePass\fR.
\fBAccountingStoragePort\fR
\fBAccountingStoragePort\fR
The listening port of the accounting storage database server.
The listening port of the accounting storage database server.
Only used for database type storage plugins, ignored otherwise.
Only used for database type storage plugins, ignored otherwise.
The default value is SLURMDBD_PORT as established at system
build time. If no value is explicitly specified, it will be set to 6819.
This value must be equal to the \fBDbdPort\fR parameter in the
slurmdbd.conf file.
Also see \fBDefaultStoragePort\fR.
Also see \fBDefaultStoragePort\fR.
.TP
.TP
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurmdbd.conf.5
+
2
−
2
View file @
a20a0017
.TH "slurmdbd.conf" "5" "Slurm Configuration File" "
August
201
8
" "Slurm Configuration File"
.TH "slurmdbd.conf" "5" "Slurm Configuration File" "
May
201
9
" "Slurm Configuration File"
.SH "NAME"
.SH "NAME"
slurmdbd.conf \- Slurm Database Daemon (SlurmDBD) configuration file
slurmdbd.conf \- Slurm Database Daemon (SlurmDBD) configuration file
...
@@ -180,7 +180,7 @@ This value must be specified.
...
@@ -180,7 +180,7 @@ This value must be specified.
\fBDbdPort\fR
\fBDbdPort\fR
The port number that the Slurm Database Daemon (slurmdbd) listens
The port number that the Slurm Database Daemon (slurmdbd) listens
to for work. The default value is SLURMDBD_PORT as established at system
to for work. The default value is SLURMDBD_PORT as established at system
build time. If no
n
e is explicitly specified, it will be set to 6819.
build time. If no
valu
e is explicitly specified, it will be set to 6819.
This value must be equal to the \fBAccountingStoragePort\fR parameter in the
This value must be equal to the \fBAccountingStoragePort\fR parameter in the
slurm.conf file.
slurm.conf file.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment