mirror of
https://github.com/ceph/ceph
synced 2025-04-01 00:26:47 +00:00
doc: mon-config Add information about pg_prime
Signed-off-by: Robert LeBlanc <robert.leblanc@endurance.com>
This commit is contained in:
parent
2784c65360
commit
1ab5fcdb21
@ -843,6 +843,24 @@ Miscellaneous
|
||||
:Default: ``4096``
|
||||
|
||||
|
||||
``mon osd prime pg temp``
|
||||
|
||||
:Description: Enables or disable priming the PGMap with the previous OSDs when an out
|
||||
OSD comes back into the cluster. With the ``true`` setting the clients
|
||||
will continue to use the previous OSDs until the newly in OSDs as that
|
||||
PG peered.
|
||||
:Type: Boolean
|
||||
:Default: ``true``
|
||||
|
||||
|
||||
``mon osd prime pg temp max time``
|
||||
|
||||
:Description: How much time in seconds the monitor should spend trying to prime the
|
||||
PGMap when an out OSD comes back into the cluster.
|
||||
:Type: Float
|
||||
:Default: ``0.5``
|
||||
|
||||
|
||||
|
||||
.. _Paxos: http://en.wikipedia.org/wiki/Paxos_(computer_science)
|
||||
.. _Monitor Keyrings: ../../operations/authentication#monitor-keyrings
|
||||
|
Loading…
Reference in New Issue
Block a user