From: Loic Dachary Date: Mon, 25 Aug 2014 13:52:29 +0000 (+0200) Subject: documentation: update recovery config options defaults X-Git-Tag: v0.86~217^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2318%2Fhead;p=ceph.git documentation: update recovery config options defaults So they match the values from config_opts.h Signed-off-by: Loic Dachary --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index bc3471d1282d..3ebb861be6ba 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -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