diff options
author | Sage Weil <sage@newdream.net> | 2010-12-07 07:17:47 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-12-07 07:18:16 +0100 |
commit | 57bcdc54d5cd7318b5a43c9bec8d713570621687 (patch) | |
tree | b9e52b3efa295ba845a1209a3415900cbded909e /man | |
parent | configure: detect crypto++ library (diff) | |
download | ceph-57bcdc54d5cd7318b5a43c9bec8d713570621687.tar.xz ceph-57bcdc54d5cd7318b5a43c9bec8d713570621687.zip |
mkcephfs: require -k; update man page
Force users to specify keyring location; update man page accordingly.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'man')
-rw-r--r-- | man/mkcephfs.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mkcephfs.8 b/man/mkcephfs.8 index 17190559b1a..f0d435f5fab 100644 --- a/man/mkcephfs.8 +++ b/man/mkcephfs.8 @@ -5,6 +5,7 @@ mkcephfs \- create a ceph file system .B mkcephfs [ \fB\-a\fP ] [ \fB\-c\fP\fI ceph.conf\fP ] +[ \fB\-k\fI /path/to/keyring.bin\fP ] [ \fB\-\-clobber_old_data\fP ] [ \fB\-\-mkbtrfs\fP ] .SH DESCRIPTION @@ -23,6 +24,9 @@ executing commands via SSH. \fB\-c\fI ceph.conf\fR, \fB\-\-conf=\fIceph.conf\fR Use the given conf file instead of the default \fI/etc/ceph/ceph.conf\fP. .TP +\fB\-k\fI /path/to/keyring.bin\fR +Location to write the client.admin keyring, which is used to administer the cluster. The default is \fI/etc/ceph/keyring.bin\fP, but must still be specified explicitly. +.TP \fB\-\-clobber_old_data\fR Overwrite any existing data found in monitor or osd paths. .TP |