]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration/osd-config-ref.rst: document osd_delete_sleep
authorNeha Ojha <nojha@redhat.com>
Fri, 28 Jun 2019 00:21:58 +0000 (17:21 -0700)
committerIgor Fedotov <ifedotov@suse.com>
Mon, 7 Dec 2020 16:37:16 +0000 (19:37 +0300)
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 981babc8fa361204b1553fa4f97b7157066e3b0f)

doc/rados/configuration/osd-config-ref.rst

index 3e0bc502f69cf569fffd84920366135c05ceb30e..0ef6271aa4d5d2a595c3b5bd8106e4da026a6851 100644 (file)
@@ -1071,6 +1071,42 @@ Miscellaneous
 :Default: ``10*60``
 
 
+``osd delete sleep``
+
+:Description: Time in seconds to sleep before next removal transaction. This
+              helps to throttle the pg deletion process.
+
+:Type: Float
+:Default: ``0``
+
+
+``osd delete sleep hdd``
+
+:Description: Time in seconds to sleep before next removal transaction
+              for HDDs.
+
+:Type: Float
+:Default: ``5``
+
+
+``osd delete sleep ssd``
+
+:Description: Time in seconds to sleep before next removal transaction
+              for SSDs.
+
+:Type: Float
+:Default: ``0``
+
+
+``osd delete sleep hybrid``
+
+:Description: Time in seconds to sleep before next removal transaction
+              when osd data is on HDD and osd journal is on SSD.
+
+:Type: Float
+:Default: ``2``
+
+
 ``osd command max records``
 
 :Description: Limits the number of lost objects to return.