]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated OSD configuration reference with backfill config options.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 18 Jan 2013 05:27:46 +0000 (21:27 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 18 Jan 2013 05:27:46 +0000 (21:27 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/configuration/osd-config-ref.rst

index c4f3bd252135c96a12a9e8bcba00101b694ca824..ceba2042390f683265102ba57c77f1fb1d35e1f1 100644 (file)
 :Default: ``1``
 
 
-``osd recover clone overlap`` 
-
-:Description: Preserves clone overlap during recovery and data migration.
-:Type: Boolean
-:Default: ``false`` 
-
-
 ``osd backfill scan min`` 
 
 :Description: The scan interval in seconds for backfill operations.
 :Default: ``60*60*1`` 
 
 
+``osd max backfills``
+
+:Description: The maximum number of backfills allowed to or from a single OSD.
+:Type: 64-bit Unsigned Integer
+:Default: 10
+
+
+``osd backfill full ratio``
+
+:Description: Refuse to accept backfill requests when the OSD's full ratio is above this value.
+:Type: Float
+:Default: ``0.85``
+
+
+``osd backfill retry interval``
+
+:Description: The number of seconds to wait before retrying backfill requests.
+:Type: Double
+:Default: ``10.0``
+
+
 ``osd recovery thread timeout`` 
 
 :Description: The maximum time in seconds before timing out a recovery thread.
 :Default: ``20``
 
 
-``osd _mon_heartbeat interval`` 
+``osd mon heartbeat interval`` 
 
 :Description: How often the OSD pings a monitor if it has no OSD peers.
 :Type: 32-bit Integer
 
 ``osd mon report interval min`` 
 
-:Description: The number of minutes between reports that include ``pg stats``, ``up thru``, ``boot`` and ``failures``.
+:Description: The minimum number of seconds for an OSD to report to a monitor to avoid the monitor considering the OSD ``down``.
 :Type: 32-bit Integer
-:Default: ``5`` 
+:Default: ``5``
+:Valid Range: Should be less than ``osd mon report interval max`` 
 
 
 ``osd mon ack timeout``