From 5fa098f10a05572b35d93ed16821a63749242ff9 Mon Sep 17 00:00:00 2001 From: Christophe Courtaut Date: Wed, 29 May 2013 11:07:24 +0200 Subject: 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 --- src/vstart.sh | 1 + 1 file changed, 1 insertion(+) 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 : 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" -- cgit v1.2.1