]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
vstart.sh: Remove duplicate global section
authoriliul <liul124@chinaunicom.cn>
Thu, 7 Sep 2017 07:31:17 +0000 (07:31 +0000)
committeriliul <liul124@chinaunicom.cn>
Wed, 13 Sep 2017 14:04:17 +0000 (14:04 +0000)
Signed-off-by: iliul <liul124@chinaunicom.cn>
src/vstart.sh

index ee10520e3d2440a55ab2011a58dcb26892cf96e9..c03bf2aae65066d09efc66a28a01f55d936543f6 100755 (executable)
@@ -440,6 +440,7 @@ prepare_conf() {
         filestore fd cache size = 32
         run dir = $CEPH_OUT_DIR
         enable experimental unrecoverable data corrupting features = *
+$extra_conf
 EOF
        if [ "$lockdep" -eq 1 ] ; then
                wconf <<EOF
@@ -468,7 +469,7 @@ EOF
         keyring = $keyring_fn
         log file = $CEPH_OUT_DIR/\$name.\$pid.log
         admin socket = $CEPH_ASOK_DIR/\$name.\$pid.asok
-
+$extra_conf
 [client.rgw]
 
 [mds]
@@ -531,8 +532,6 @@ $DAEMONOPTS
 $CMONDEBUG
 $extra_conf
         mon cluster log file = $CEPH_OUT_DIR/cluster.mon.\$id.log
-[global]
-$extra_conf
 EOF
 }