]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: fix tracking of last_epoch_split
authorSage Weil <sage@redhat.com>
Thu, 2 Feb 2017 20:07:48 +0000 (15:07 -0500)
committerSage Weil <sage@redhat.com>
Tue, 14 Feb 2017 04:03:49 +0000 (23:03 -0500)
commite9cfeedb5dfd63e4a8cbfda7ed8b8bb953fc2668
treeadc359c1646aa27d3bf072e5c8ce8aca2f8d2aef
parent36d3a29ef570e51dc948936d9717f9791a070c10
osd/PG: fix tracking of last_epoch_split

Note that it is only (currently) important that this value be accurate
on the current OSD since we only use this value (currently) to discard
ops sent before the split.  If we are getting the history from a different
OSD in the cluster that doesn't have an up to date value it doesn't matter
because that implies a primary change and also a client resend.

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