From: Christophe Courtaut Date: Wed, 29 May 2013 09:07:24 +0000 (+0200) Subject: Added -r option to usage X-Git-Tag: v0.65~190 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5fa098f10a05572b35d93ed16821a63749242ff9;p=ceph.git Added -r option to usage Added the -r option, which starts the radosgw and apache2 to access it to the usage message. Signed-off-by: Christophe Courtaut --- diff --git a/src/vstart.sh b/src/vstart.sh index 58411efa4e69..2644f0438c7a 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -42,6 +42,7 @@ 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-i : bind to specific ip\n" +usage=$usage"\t-r start radosgw (needs ceph compiled with --radosgw and apache2 with mod_fastcgi)\n" usage=$usage"\t-n, --new\n" usage=$usage"\t--valgrind[_{osd,mds,mon}] 'toolname args...'\n" usage=$usage"\t--nodaemon: use ceph-run as wrapper for mon/osd/mds\n"