]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: set last_force_op_resend on overlay pool too 13115/head
authorSage Weil <sage@redhat.com>
Thu, 29 Dec 2016 17:08:28 +0000 (12:08 -0500)
committerNathan Cutler <ncutler@suse.com>
Thu, 26 Jan 2017 03:30:09 +0000 (04:30 +0100)
commit336c3515043f89494e452266069f778d7d8fe821
tree43aa4cde297bcd96eeedc8d80735d3e0f024575a
parenta632cc41755be4393a12dd768726ade86a49bbc9
mon/OSDMonitor: set last_force_op_resend on overlay pool too

We currently set the last_force_op_resend field on the
base pool when we set or clear the overlay.  Set it on
the cache/overlay pool too.  The Objecter should resend
even with a change only to the base pool, but the OSD
needs to see the change on the overlay pool to correctly
discard the op.

Fixes: http://tracker.ceph.com/issues/18366
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 08c3618771b852840aa88cff1ca98d980d802941)
src/mon/OSDMonitor.cc