]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: beast frontend no longer experimental 21272/head
authorCasey Bodley <cbodley@redhat.com>
Fri, 6 Apr 2018 01:10:40 +0000 (21:10 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 10 Apr 2018 16:26:37 +0000 (12:26 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
qa/rgw_frontend/beast.yaml
src/rgw/rgw_main.cc

index b0cf3830b670d2faf0a64aa85db4187ee06b82c1..369e65f7c7fe2cf34c8bc038a09fa3d1f6010657 100644 (file)
@@ -1,7 +1,3 @@
 overrides:
   rgw:
     frontend: beast
-  ceph:
-    conf:
-      client:
-        enable experimental unrecoverable data corrupting features: "rgw-beast-frontend"
index ac8c6e3cd3c239f79690e08e76374dc23ec88683..e2fed3a3774a5278eb1698e3989488a73f6e8cb7 100644 (file)
@@ -468,8 +468,7 @@ int main(int argc, const char **argv)
       fe = new RGWLoadGenFrontend(env, config);
     }
 #if defined(WITH_RADOSGW_BEAST_FRONTEND)
-    else if ((framework == "beast") &&
-       cct->check_experimental_feature_enabled("rgw-beast-frontend")) {
+    else if (framework == "beast") {
       int port;
       config->get_val("port", 80, &port);
       std::string uri_prefix;