]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: move rgw configuration to client.rgw section 18331/head
authorYan Jun <yan.jun8@zte.com.cn>
Mon, 9 Oct 2017 03:41:12 +0000 (11:41 +0800)
committerYan Jun <yan.jun8@zte.com.cn>
Mon, 16 Oct 2017 15:39:37 +0000 (23:39 +0800)
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
src/vstart.sh

index 1fd78eec9e133aeae0f1668b275acff9540851c6..85dd85d4c3ccee1ac43385916bc6235d3fbe4a36 100755 (executable)
@@ -435,11 +435,6 @@ prepare_conf() {
         erasure code dir = $EC_PATH
         plugin dir = $CEPH_LIB
         osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd
-        rgw frontends = $rgw_frontend port=$CEPH_RGW_PORT
-        ; needed for s3tests
-        rgw crypt s3 kms encryption keys = testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
-        rgw crypt require ssl = false
-        rgw lc debug interval = 10
         filestore fd cache size = 32
         run dir = $CEPH_OUT_DIR
         enable experimental unrecoverable data corrupting features = *
@@ -474,6 +469,11 @@ EOF
         admin socket = $CEPH_ASOK_DIR/\$name.\$pid.asok
 $extra_conf
 [client.rgw]
+        rgw frontends = $rgw_frontend port=$CEPH_RGW_PORT
+        ; needed for s3tests
+        rgw crypt s3 kms encryption keys = testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
+        rgw crypt require ssl = false
+        rgw lc debug interval = 10
 
 [mds]
 $DAEMONOPTS
@@ -782,8 +782,7 @@ else
         debug bluefs = 20
         debug rocksdb = 10
         debug bdev = 20
-        debug rgw = 20
-       debug reserver = 10
+        debug reserver = 10
         debug objclass = 20'
     CMDSDEBUG='
         debug ms = 1