]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Remove spurious `num_rados_handles` option 40380/head
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 24 Mar 2021 19:47:42 +0000 (15:47 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 24 Mar 2021 19:49:32 +0000 (15:49 -0400)
While any code that used the option is gone, it appears the option
itself was accidentally resurrected in various options.cc refactors
and transitions.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/common/options.cc

index 8003b4bdcb60637b229f15e6927a3ff6dfac283c..39827e7ffda0a634d399405eaea724e56b69f43b 100644 (file)
@@ -6188,14 +6188,6 @@ std::vector<Option> get_rgw_options() {
         "better concurrency of these messages, at the cost of more resource "
         "utilization."),
 
-    Option("rgw_num_rados_handles", Option::TYPE_UINT, Option::LEVEL_ADVANCED)
-    .set_default(1)
-    .set_description("Number of librados handles that RGW uses.")
-    .set_long_description(
-        "This param affects the number of separate librados handles it uses to "
-        "connect to the RADOS backend, which directly affects the number of connections "
-        "RGW will have to each OSD. A higher number affects resource utilization."),
-
     Option("rgw_verify_ssl", Option::TYPE_BOOL, Option::LEVEL_ADVANCED)
     .set_default(true)
     .set_description("Should RGW verify SSL when connecing to a remote HTTP server")