]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Make time-related osd default values in documentation big-endian. 34702/head
authorJasper Spaans <jasper@startmail.com>
Thu, 23 Apr 2020 07:04:48 +0000 (09:04 +0200)
committerJasper Spaans <jasper@startmail.com>
Thu, 23 Apr 2020 07:20:12 +0000 (09:20 +0200)
Seeing 7*60*60*24 in the docs triggered my OCD. Changed all cases of
multiplication related to time to be big-endian.

Signed-off-by: Jasper Spaans <jasper@startmail.com>
doc/rados/configuration/osd-config-ref.rst

index 8a33ca4520fc996404e7110f508f9a3129068417..452d453aa729cabeba2d243fe5728f4b6fee6d18 100644 (file)
@@ -274,7 +274,7 @@ scrubbing operations.
               thread.
 
 :Type: 32-bit Integer
-:Default: ``60*10``
+:Default: ``10*60``
 
 
 ``osd scrub load threshold``
@@ -293,7 +293,7 @@ scrubbing operations.
               when the Ceph Storage Cluster load is low.
 
 :Type: Float
-:Default: Once per day. ``60*60*24``
+:Default: Once per day. ``24*60*60``
 
 
 ``osd scrub max interval``
@@ -302,7 +302,7 @@ scrubbing operations.
               irrespective of cluster load.
 
 :Type: Float
-:Default: Once per week. ``7*60*60*24``
+:Default: Once per week. ``7*24*60*60``
 
 
 ``osd scrub chunk min``
@@ -337,7 +337,7 @@ scrubbing operations.
               ``osd scrub load threshold`` does not affect this setting.
 
 :Type: Float
-:Default: Once per week.  ``60*60*24*7``
+:Default: Once per week.  ``7*24*60*60``
 
 
 ``osd scrub interval randomize ratio``
@@ -1056,14 +1056,14 @@ Miscellaneous
 
 :Description: The maximum time in seconds before timing out a snap trim thread.
 :Type: 32-bit Integer
-:Default: ``60*60*1``
+:Default: ``1*60*60``
 
 
 ``osd backlog thread timeout``
 
 :Description: The maximum time in seconds before timing out a backlog thread.
 :Type: 32-bit Integer
-:Default: ``60*60*1``
+:Default: ``1*60*60``
 
 
 ``osd default notify timeout``