mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
rgw: beast frontend no longer experimental
Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
parent
2f00b8f990
commit
f1e826ad7f
@ -1,7 +1,3 @@
|
||||
overrides:
|
||||
rgw:
|
||||
frontend: beast
|
||||
ceph:
|
||||
conf:
|
||||
client:
|
||||
enable experimental unrecoverable data corrupting features: "rgw-beast-frontend"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user