]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove unused config: "osd op threads" 21319/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Mon, 9 Apr 2018 21:39:59 +0000 (05:39 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Mon, 9 Apr 2018 21:39:59 +0000 (05:39 +0800)
This option already removed.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
doc/rados/configuration/osd-config-ref.rst
src/sample.ceph.conf

index 738e685a6b685467928f73833b28b56a60fd71a0..6c1228665cf2ac62769915bd598935fe48865a9d 100644 (file)
@@ -357,24 +357,6 @@ scrubbing operations.
 Operations
 ==========
 
-Operations settings allow you to configure the number of threads for servicing
-requests. If you set ``osd op threads`` to ``0``, it disables multi-threading.
-By default, Ceph  uses two threads with a 30 second timeout and a 30 second
-complaint time if an operation doesn't complete within those time parameters.
-You can set operations priority weights between client operations and
-recovery operations to ensure optimal performance during recovery.
-
-
-``osd op threads`` 
-
-:Description: The number of threads to service Ceph OSD Daemon operations. 
-              Set to ``0`` to disable it. Increasing the number may increase 
-              the request processing rate.
-
-:Type: 32-bit Integer
-:Default: ``2`` 
-
-
 ``osd op queue``
 
 :Description: This sets the type of queue to be used for prioritizing ops
index c8affbad704c3b3cbc819675e418740a8d7b791f..1a87516a4f53faae4d44847c49aadd952b122bd5 100644 (file)
     # Default:  2
     ;filestore op threads         = 4
 
-    # The number of threads to service Ceph OSD Daemon operations. Set to 0 to disable it. Increasing the number may increase the request processing rate.
-    # Type: 32-bit Integer
-    # Default:  2
-    ;osd op threads               = 2
-
     ## CRUSH
 
     # By default OSDs update their details (location, weight and root) on the CRUSH map during startup