mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
man: Update cmds manual.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
This commit is contained in:
parent
76fbdf1728
commit
69447f79a9
21
man/cmds.8
21
man/cmds.8
@ -4,8 +4,8 @@ cmds \- ceph metadata server daemon
|
||||
.SH SYNOPSIS
|
||||
.B cmds
|
||||
\fB\-i \fIname\fR
|
||||
[ \fB\-\-rank\fI rank\fR ]
|
||||
[ \fB\-\-shadow\fI rank\fR ]
|
||||
[[ \fB\-\-hot-standby\fI [rank]\fR ]|[\fB\-\-journal_check\fI [rank]\fR]]
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B cmds
|
||||
is the metadata server daemon for the Ceph distributed file system.
|
||||
@ -19,18 +19,15 @@ to identify daemon instances in the \fIceph.conf\fP.
|
||||
.PP
|
||||
Once the daemon has started, the monitor cluster will normally assign it
|
||||
a logical rank, or put it in a standby pool to take over for another daemon
|
||||
that crashes. If a specific rank may be optionally specified on the
|
||||
command line, the daemon will be assigned that rank, or will be put in a
|
||||
separate standby queue specifically for that rank.
|
||||
that crashes. Some of the specified options can cause other behaviors.
|
||||
.PP
|
||||
If you specify hot-standby or journal-check, you must either specify the rank
|
||||
on the command line, or specify one of the mds_standby_for_[rank|name]
|
||||
parameters in the config. The command line specification overrides the config,
|
||||
and specifying the rank overrides specifying the name.
|
||||
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-\-mds\fI rank\fP
|
||||
Start up as (or standby for) the given MDS rank. If not specified, a rank will
|
||||
be assigned by the monitor cluster.
|
||||
\fB\-\-shadow\fI rank\fP
|
||||
Shadow a the given MDS rank. The given MDS log will be replayed, checking for
|
||||
recovery errors.
|
||||
.TP
|
||||
\fB\-D\fP
|
||||
Debug mode: do not daemonize after startup (run in foreground) and send log output
|
||||
to stdout.
|
||||
|
Loading…
Reference in New Issue
Block a user