]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Added -r option to usage
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Wed, 29 May 2013 09:07:24 +0000 (11:07 +0200)
committerSage Weil <sage@inktank.com>
Thu, 30 May 2013 19:20:17 +0000 (12:20 -0700)
Added the -r option, which starts the radosgw and apache2 to access it
to the usage message.

Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
src/vstart.sh

index 58411efa4e69c4165112b97597f2f070457a889c..2644f0438c7ab13f7f9cb200d7d594d75183d323 100755 (executable)
@@ -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 <ip>: 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"