]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart.sh: less config noise
authorSage Weil <sage@redhat.com>
Mon, 4 Dec 2017 22:37:14 +0000 (16:37 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:48 +0000 (14:44 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
src/vstart.sh

index d523037188c63982f92c3eaae5b31df63eafda23..91561976a9726883c32eabcce01591c011cbc5cf 100755 (executable)
@@ -447,13 +447,7 @@ EOF
         lockdep = true
 EOF
        fi
-       if [ "$cephx" -eq 1 ] ; then
-               wconf <<EOF
-        auth cluster required = cephx
-        auth service required = cephx
-        auth client required = cephx
-EOF
-       else
+       if [ "$cephx" -ne 1 ] ; then
                wconf <<EOF
        auth cluster required = none
        auth service required = none
@@ -533,7 +527,6 @@ $extra_conf
         mon osd allow primary affinity = true
         mon reweight min pgs per osd = 4
         mon osd prime pg temp = true
-        crushtool = $CEPH_BIN/crushtool
         mon allow pool delete = true
 $DAEMONOPTS
 $CMONDEBUG