]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/DaemonServer: skip adjusting pgp_num when merging is in-progress
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 3 Sep 2019 04:02:42 +0000 (12:02 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 4 Sep 2019 12:26:52 +0000 (20:26 +0800)
commit39f15bb2bed35dda91b1b94c26b23c8951fedac5
tree05ca6da5e1383553ae8775d7d37364b94a55595b
parentc5d45ab88a89b779e530ad796fb679961b79cf13
mgr/DaemonServer: skip adjusting pgp_num when merging is in-progress

otherwise there is a possibility we might change the up set of the
merge participants and hence have to back off the merge process.
Also this will cause some other (racy) corner cases that are hard
to take care of.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mgr/DaemonServer.cc