diff options
author | Yanhu Cao <gmayyyha@gmail.com> | 2017-07-31 04:01:51 +0200 |
---|---|---|
committer | Yanhu Cao <gmayyyha@gmail.com> | 2017-07-31 04:01:51 +0200 |
commit | 555c546dcd353cd6913ecc64cf3c7efc6fc2b48f (patch) | |
tree | ef12db47fd1904198e9df7932de463004473a9f1 /src/ceph_osd.cc | |
parent | Merge pull request #16627 from liewegas/wip-objecter-eagain (diff) | |
download | ceph-555c546dcd353cd6913ecc64cf3c7efc6fc2b48f.tar.xz ceph-555c546dcd353cd6913ecc64cf3c7efc6fc2b48f.zip |
ceph-osd: some flags are not documented in the help output
Fixes: http://tracker.ceph.com/issues/20057
Signed-off-by: Yanhu Cao <gmayyyha@gmail.com>
Diffstat (limited to 'src/ceph_osd.cc')
-rw-r--r-- | src/ceph_osd.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ceph_osd.cc b/src/ceph_osd.cc index f3d585b4775..223a808f5f8 100644 --- a/src/ceph_osd.cc +++ b/src/ceph_osd.cc @@ -79,6 +79,9 @@ static void usage() << " journal file or block device\n" << " --mkfs create a [new] data directory\n" << " --mkkey generate a new secret key. This is normally used in combination with --mkfs\n" + << " --monmap specify the path to the monitor map. This is normally used in combination with --mkfs\n" + << " --osd-uuid specify the OSD's fsid. This is normally used in combination with --mkfs\n" + << " --keyring specify a path to the osd keyring. This is normally used in combination with --mkfs\n" << " --convert-filestore\n" << " run any pending upgrade operations\n" << " --flush-journal flush all data out of journal\n" |