]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/PG: ignore purged_snaps inconsistencies for now 18276/head
authorSage Weil <sage@redhat.com>
Sat, 2 Dec 2017 16:40:20 +0000 (10:40 -0600)
committerSage Weil <sage@redhat.com>
Sun, 3 Dec 2017 17:36:27 +0000 (11:36 -0600)
commit8c44dabe4b26bb2df77145f1b2227c87087f315e
tree1834f594185427678e0e8ea5c910426a8d6ab175
parentf2d602acb8d8142119a89f17ccc28e7ee6a34be9
osd/PG: ignore purged_snaps inconsistencies for now

These are possible because we update purged_snaps, part of the pg_info_t,
but we do not bump the pg version or match it with a log entry, which
means that the change does not reliably propagate to new OSDs during
peering etc.

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