]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/configuration/osd-config-ref.rst: document snap trim sleep
authorNeha Ojha <nojha@redhat.com>
Thu, 27 Jun 2019 19:33:46 +0000 (12:33 -0700)
committerNathan Cutler <ncutler@suse.com>
Mon, 9 Dec 2019 22:16:48 +0000 (23:16 +0100)
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit accf95e9dea257c3aaa64b7a36d077468d7c86ec)

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

index 989f445bb22757281e0fb05547b3f0ab3cf0abee..08e40e4eee3465993e81fdc967eaa62bbe8f1822 100644 (file)
@@ -464,6 +464,40 @@ recovery operations to ensure optimal performance during recovery.
 :Default: ``5``
 :Valid Range: 1-63
 
+``osd snap trim sleep``
+
+:Description: Time in seconds to sleep before next snap trim op.
+              Increasing this value will slow down snap trimming.
+
+:Type: Float
+:Default: ``0``
+
+
+``osd snap trim sleep hdd``
+
+:Description: Time in seconds to sleep before next snap trim op
+              for HDDs.
+
+:Type: Float
+:Default: ``5``
+
+
+``osd snap trim sleep ssd``
+
+:Description: Time in seconds to sleep before next snap trim op
+              for SSDs.
+
+:Type: Float
+:Default: ``0``
+
+
+``osd snap trim sleep hybrid``
+
+:Description: Time in seconds to sleep before next snap trim op
+              when osd data is on HDD and osd journal is on SSD.
+
+:Type: Float
+:Default: ``2``
 
 ``osd op thread timeout``