ceph/man/cmds.8

49 lines
1.5 KiB
Groff
Raw Normal View History

2009-03-10 22:00:46 +00:00
.TH CMDS 8
.SH NAME
cmds \- ceph metadata server daemon
.SH SYNOPSIS
.B cmds
[ \fB\-\-mds\fI rank\fP ]
[ \fB\-\-shadow\fI rank\fP ]
.SH DESCRIPTION
.B cmds
is the metadata server daemon for the Ceph distributed file system.
One or more instances of \fBcmds\fP collectively manage the file system
namespace, coordinating access to the shared OSD cluster.
.PP
If a numerical MDS rank is not specified, \fBcmds\fP will allow the monitor
cluster to assign its rank.
.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.
.TP
\fB\-f\fP
do not daemonize after startup (run in foreground), but log to the usual location.
Useful when run via
.BR crun (8).
.TP
\fB\-c\fI ceph.conf\fR, \fB\-\-conf=\fIceph.conf\fR
2009-03-10 22:00:46 +00:00
Use \fIceph.conf\fP configuration file instead of the default \fI/etc/ceph/ceph.conf\fP
for runtime configuration options.
.TP
\fB\-C\fI cluster.conf\fR, \fB\-\-cluster-conf=\fIcluster.conf\fR
Use \fIcluster.conf\fP cluster configuration file instead of the default \fI/etc/ceph/cluster.conf\fP
to determine monitor addresses during startup.
2009-03-10 22:00:46 +00:00
.SH AVAILABILITY
.B cmon
is part of the Ceph distributed file system. Please refer to the Ceph wiki at
http://ceph.newdream.net/wiki for more information.
.SH SEE ALSO
.BR ceph (8),
.BR cmon (8),
.BR cosd (8)