From 981babc8fa361204b1553fa4f97b7157066e3b0f Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Thu, 27 Jun 2019 17:21:58 -0700 Subject: [PATCH] doc/rados/configuration/osd-config-ref.rst: document osd_delete_sleep Signed-off-by: Neha Ojha --- doc/rados/configuration/osd-config-ref.rst | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 6afc1cc4f1d4..d070bb833214 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -1084,6 +1084,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. -- 2.47.3