]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/configuration/osd-config-ref.rst
update sources to v12.1.0
[ceph.git] / ceph / doc / rados / configuration / osd-config-ref.rst
index 5679c0caeebcabfab587296ec4452df0b9bf727f..80136393037d9bb2b1ef580a8323068c23dd47be 100644 (file)
@@ -420,7 +420,7 @@ recovery operations to ensure optimal performance during recovery.
               ``osd client op priority``.
 
 :Type: 32-bit Integer
-:Default: ``10`` 
+:Default: ``3`` 
 :Valid Range: 1-63
 
 
@@ -654,7 +654,7 @@ perform well in a degraded state.
               increased load on the cluster.
 
 :Type: 32-bit Integer
-:Default: ``15``
+:Default: ``3``
 
 
 ``osd recovery max chunk`` 
@@ -664,6 +664,14 @@ perform well in a degraded state.
 :Default: ``8 << 20`` 
 
 
+``osd recovery max single start``
+
+:Description: The maximum number of recovery operations per OSD that will be
+              newly started when an OSD is recovering.
+:Type: 64-bit Integer Unsigned
+:Default: ``1``
+
+
 ``osd recovery thread timeout`` 
 
 :Description: The maximum time in seconds before timing out a recovery thread.
@@ -679,6 +687,16 @@ perform well in a degraded state.
 :Type: Boolean
 :Default: ``true``
 
+
+``osd recovery sleep``
+
+:Description: Time to sleep before next recovery. Increasing this value will
+              slow down recovery operation while client operations will be
+              less impacted.
+
+:Type: Float
+:Default: ``0.01``
+
 Tiering
 =======