]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-osd: some flags are not documented in the help output 15565/head
authorYanhu Cao <gmayyyha@gmail.com>
Mon, 31 Jul 2017 02:01:51 +0000 (10:01 +0800)
committerYanhu Cao <gmayyyha@gmail.com>
Mon, 31 Jul 2017 02:01:51 +0000 (10:01 +0800)
Fixes: http://tracker.ceph.com/issues/20057
Signed-off-by: Yanhu Cao <gmayyyha@gmail.com>
src/ceph_osd.cc

index f3d585b47759a4d18b0c2600987edca7424d8ac8..223a808f5f87ac108d3f112247571a32e941dc51 100644 (file)
@@ -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"