summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Courtaut <christophe.courtaut@gmail.com>2013-05-29 11:07:24 +0200
committerSage Weil <sage@inktank.com>2013-05-30 12:20:17 -0700
commit5fa098f10a05572b35d93ed16821a63749242ff9 (patch)
treea7ac4589695ca965a486f8a0909f14c3ac09e81c
parentf40256878d97fe641c1db9b0e8056304bd14aec4 (diff)
downloadceph-5fa098f10a05572b35d93ed16821a63749242ff9.tar.gz
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 <christophe.courtaut@gmail.com>
-rwxr-xr-xsrc/vstart.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vstart.sh b/src/vstart.sh
index 58411efa4e6..2644f0438c7 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 <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"