]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/PGMap: invalidate cached min_last_epoch_clean from new-style pg keys
authorSage Weil <sage@redhat.com>
Sun, 2 Nov 2014 16:49:48 +0000 (08:49 -0800)
committerSage Weil <sage@redhat.com>
Sun, 2 Nov 2014 22:50:47 +0000 (14:50 -0800)
commit3fb731b722c50672a5a9de0c86a621f5f50f2d06
tree1f1936cbd541ac56ae8abe14da8675bd476634e4
parent4a9ad7dc2da6f4fa6a64235776a3f1d2799aef60
mon/PGMap: invalidate cached min_last_epoch_clean from new-style pg keys

We were only invalidating the cache from the legacy apply_incremental(),
which is no longer called on modern clusters.

Fixes: #9987
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/PGMap.cc