]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: resent pre-nautilus client ops on aborted merge
authorSage Weil <sage@redhat.com>
Wed, 19 Sep 2018 19:01:51 +0000 (14:01 -0500)
committerSage Weil <sage@redhat.com>
Tue, 16 Oct 2018 12:22:48 +0000 (07:22 -0500)
commitb84fa91368247cfdf70d57432015f36cd9678ca6
tree6fc78d14ea7feaeacbd2ae0af04361e242235610
parent48412ce4e4e21ed271682614341b6f570a9f8999
mon/OSDMonitor: resent pre-nautilus client ops on aborted merge

If we are in premerge (pg_num_pending == pg_num - 1) and abort by
increasing pg_num, we the last_force_op_resend_prenautilus since it will
be an interval change for nautlius+.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc