]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fixup usage to reflect options available
authorSam Lang <sam.lang@inktank.com>
Wed, 19 Sep 2012 21:33:16 +0000 (14:33 -0700)
committerSam Lang <sam.lang@inktank.com>
Wed, 19 Sep 2012 21:33:16 +0000 (14:33 -0700)
Signed-off-by: Sam Lang <sam.lang@inktank.com>
src/vstart.sh

index 67a4157afd3fd07cc6d133a3206dcece41638422..b583dede5c843b3d3a371b6bc3d2e818a5a0950a 100755 (executable)
@@ -32,10 +32,15 @@ usage="usage: $0 [option]... [mon] [mds] [osd]\n"
 usage=$usage"options:\n"
 usage=$usage"\t-d, --debug\n"
 usage=$usage"\t-s, --standby_mds: Generate standby-replay MDS for each active\n"
+usage=$usage"\t-l, --localhost: use localhost instead of hostname\n"
 usage=$usage"\t-n, --new\n"
 usage=$usage"\t--valgrind[_{osd,mds,mon}] 'toolname args...'\n"
+usage=$usage"\t--nodaemon: use ceph-run to wrapper\n"
+usage=$usage"\t--smallmds: limit mds cache size\n"
 usage=$usage"\t-m ip:port\t\tspecify monitor address\n"
 usage=$usage"\t-k keep old configuration files\n"
+usage=$usage"\t-x disable authx\n"
+usage=$usage"\t-o config\t\t add extra config parameters to mds section\n"
 
 usage_exit() {
        printf "$usage"