]> 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)
committerJoao Eduardo Luis <joao@redhat.com>
Wed, 17 Dec 2014 17:13:57 +0000 (17:13 +0000)
commit1d314e7a9ab7af5b693583cf2faa5db54f6beb69
tree13d83fd26efcf053b98d0425de7d1da32763c9ec
parentb1ab685e00034751a161a3d5e0325c6581999c75
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>
(cherry picked from commit 3fb731b722c50672a5a9de0c86a621f5f50f2d06)
src/mon/PGMap.cc