]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: bypass checks if pg_temp.forced
authorKefu Chai <kchai@redhat.com>
Tue, 26 Sep 2017 07:50:08 +0000 (15:50 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 17 Oct 2017 03:15:32 +0000 (11:15 +0800)
commitda6f7a810055a0dc9e364aca8e6efbfbc32881b3
tree53190a433b2a2118642c661a1516ae8f886966e0
parent6335bf791003e9e33b2f738ab3da06f3c626537a
mon/OSDMonitor: bypass checks if pg_temp.forced

originally, monitor ignores the pg_temp messages sent from replica osds,
but to re-trigger peering if replica osd's pg number drops down below
the setting, we need to bypass the checks.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc