diff options
author | Sage Weil <sage@newdream.net> | 2009-03-10 16:08:00 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-03-10 16:08:00 -0700 |
commit | fc846370c13a5a79daa35ac58c4363cb6a9708a6 (patch) | |
tree | 8e30bdcabdf655da441d68bfd1b266bb6120bfa0 /man/cmon.8 | |
parent | 27b05461ef17a5ca8439c2ae830ab47792ecb532 (diff) | |
download | ceph-fc846370c13a5a79daa35ac58c4363cb6a9708a6.tar.gz |
config: -c foo or --conf=foo; -C bar or --cluster-conf=bar
Diffstat (limited to 'man/cmon.8')
-rw-r--r-- | man/cmon.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/cmon.8 b/man/cmon.8 index d9466056338..7cad1297fe0 100644 --- a/man/cmon.8 +++ b/man/cmon.8 @@ -4,7 +4,6 @@ cmon \- ceph monitor daemon .SH SYNOPSIS .B cmon \fImondatapath\fP -[ \fB\-c\fI ceph.conf\fP ] .SH DESCRIPTION .B cmon is the cluster monitor daemon for the Ceph distributed file system. @@ -26,9 +25,13 @@ do not daemonize after startup (run in foreground), but log to the usual locatio Useful when run via .BR crun (8). .TP -\fB\-c\fI ceph.conf\fR or \fB\-\-conf_file\fI ceph.conf\fP +\fB\-c\fI ceph.conf\fR, \fB\-\-conf=\fIceph.conf\fR 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. .SH AVAILABILITY .B cmon is part of the Ceph distributed file system. Please refer to the Ceph wiki at |