From: Robert LeBlanc Date: Sun, 28 Feb 2016 18:46:02 +0000 (-0700) Subject: doc: mon-config Add information about pg_prime X-Git-Tag: v10.1.0~39^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1ab5fcdb2116da8b42655e0e4425866f3644337a;p=ceph.git doc: mon-config Add information about pg_prime Signed-off-by: Robert LeBlanc --- diff --git a/doc/rados/configuration/mon-config-ref.rst b/doc/rados/configuration/mon-config-ref.rst index e3567da26f4d..1eb9cea322f7 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