summaryrefslogtreecommitdiff
path: root/doc/manpages
diff options
context:
space:
mode:
authorKazuhiro MIYAHARA <miyahara.kazuhiro@lab.ntt.co.jp>2017-12-22 02:18:09 +0000
committerKazuhiro MIYAHARA <miyahara.kazuhiro@lab.ntt.co.jp>2017-12-22 02:18:09 +0000
commit17e6950aa08101b5f3bec0f2f9c32cfd5f51fa36 (patch)
tree76312bfea427ca28514ff329c5ad4984035945ac /doc/manpages
parent0e95730eb36648d35e1fab13cf899600f5d9090f (diff)
downloadswift-17e6950aa08101b5f3bec0f2f9c32cfd5f51fa36.tar.gz
Fix manpage docs' daemon names
In current manpage docs, some of daemon names for concurrency explanation is wrong. This patch fixes the daemon names. Change-Id: I2a505c9590ee3a3a7e37e8d949a10db36206faec
Diffstat (limited to 'doc/manpages')
-rw-r--r--doc/manpages/container-server.conf.52
-rw-r--r--doc/manpages/object-expirer.conf.52
-rw-r--r--doc/manpages/object-server.conf.54
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/manpages/container-server.conf.5 b/doc/manpages/container-server.conf.5
index 155eefec8..c4fb25b24 100644
--- a/doc/manpages/container-server.conf.5
+++ b/doc/manpages/container-server.conf.5
@@ -353,7 +353,7 @@ Logging address. The default is /dev/log.
.IP \fBinterval\fR
Minimum time for a pass to take. The default is 300 seconds.
.IP \fBconcurrency\fR
-Number of reaper workers to spawn. The default is 4.
+Number of updater workers to spawn. The default is 4.
.IP \fBnode_timeout\fR
Request timeout to external services. The default is 3 seconds.
.IP \fBconn_timeout\fR
diff --git a/doc/manpages/object-expirer.conf.5 b/doc/manpages/object-expirer.conf.5
index fea6f149c..cae671879 100644
--- a/doc/manpages/object-expirer.conf.5
+++ b/doc/manpages/object-expirer.conf.5
@@ -211,7 +211,7 @@ The default is 'expiring_objects'.
.IP \fBreport_interval\fR
The default is 300 seconds.
.IP \fBconcurrency\fR
-Number of replication workers to spawn. The default is 1.
+Number of expirer workers to spawn. The default is 1.
.IP \fBprocesses\fR
Processes is how many parts to divide the work into, one part per process that will be doing the work.
Processes set 0 means that a single process will be doing all the work.
diff --git a/doc/manpages/object-server.conf.5 b/doc/manpages/object-server.conf.5
index 27b36a21f..401913f45 100644
--- a/doc/manpages/object-server.conf.5
+++ b/doc/manpages/object-server.conf.5
@@ -495,7 +495,7 @@ Logging address. The default is /dev/log.
.IP \fBinterval\fR
Minimum time for a pass to take. The default is 300 seconds.
.IP \fBconcurrency\fR
-Number of reaper workers to spawn. The default is 1.
+Number of updater workers to spawn. The default is 1.
.IP \fBnode_timeout\fR
Request timeout to external services. The default is 10 seconds.
.IP \fBobjects_per_second\fR
@@ -546,7 +546,7 @@ system specs. 0 is unlimited. The default is 20.
Maximum bytes audited per second. Should be tuned according to individual
system specs. 0 is unlimited. The default is 10000000.
.IP \fBconcurrency\fR
-Number of reaper workers to spawn. The default is 1.
+Number of auditor workers to spawn. The default is 1.
.IP \fBlog_time\fR
The default is 3600 seconds.
.IP \fBzero_byte_files_per_second\fR