From 1ab5fcdb2116da8b42655e0e4425866f3644337a Mon Sep 17 00:00:00 2001 From: Robert LeBlanc Date: Sun, 28 Feb 2016 11:46:02 -0700 Subject: [PATCH] doc: mon-config Add information about pg_prime Signed-off-by: Robert LeBlanc --- doc/rados/configuration/mon-config-ref.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index e3567da26f4..1eb9cea322f 100644 --- a/doc/rados/configuration/mon-config-ref.rst +++ b/doc/rados/configuration/mon-config-ref.rst @@ -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 -- 2.47.3