]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: don't create cluster by default 13891/head
authorYehuda Sadeh <yehuda@redhat.com>
Wed, 8 Mar 2017 22:17:00 +0000 (14:17 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 8 Mar 2017 22:18:24 +0000 (14:18 -0800)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/vstart.sh

index 8769916c8a463b6ca1a413479dee8107836c44d8..82b81c1943f75b421e528824847e23a6fa77b474 100755 (executable)
@@ -78,7 +78,7 @@ else
 fi
 
 extra_conf=""
-new=1
+new=0
 standby=0
 debug=0
 start_all=1
@@ -114,8 +114,8 @@ 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-n, --new (default)\n"
-usage=$usage"\t-N, --not-new: reuse existing cluster config\n"
+usage=$usage"\t-n, --new\n"
+usage=$usage"\t-N, --not-new: reuse existing cluster config (default)\n"
 usage=$usage"\t--valgrind[_{osd,mds,mon,rgw}] 'toolname args...'\n"
 usage=$usage"\t--nodaemon: use ceph-run as wrapper for mon/osd/mds\n"
 usage=$usage"\t--smallmds: limit mds cache size\n"