]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
documentation: update recovery config options defaults 2318/head
authorLoic Dachary <loic-201408@dachary.org>
Mon, 25 Aug 2014 13:52:29 +0000 (15:52 +0200)
committerLoic Dachary <loic-201408@dachary.org>
Mon, 25 Aug 2014 13:52:29 +0000 (15:52 +0200)
So they match the values from config_opts.h

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
doc/rados/configuration/osd-config-ref.rst

index bc3471d1282d7643b842b7999ffa77060f2b6641..3ebb861be6ba368054b91a2f899ddb8a1f409464 100644 (file)
@@ -472,7 +472,7 @@ perform well in a degraded state.
               of seconds before starting to recover objects.
 
 :Type: Float
-:Default: ``15`` 
+:Default: ``0`` 
 
 
 ``osd recovery max active`` 
@@ -482,14 +482,14 @@ perform well in a degraded state.
               increased load on the cluster.
 
 :Type: 32-bit Integer
-:Default: ``5``
+:Default: ``15``
 
 
 ``osd recovery max chunk`` 
 
 :Description: The maximum size of a recovered chunk of data to push. 
 :Type: 64-bit Integer Unsigned
-:Default: ``1 << 20`` 
+:Default: ``8 << 20`` 
 
 
 ``osd recovery threads`` 
@@ -595,4 +595,4 @@ Miscellaneous
 .. _Configuring Monitor/OSD Interaction: ../mon-osd-interaction
 .. _Monitoring OSDs and PGs: ../../operations/monitoring-osd-pg#peering
 .. _Pool & PG Config Reference: ../pool-pg-config-ref
-.. _Journal Config Reference: ../journal-ref
\ No newline at end of file
+.. _Journal Config Reference: ../journal-ref