]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: keep pgmap consistent
authorSage Weil <sage@newdream.net>
Thu, 4 Dec 2008 21:46:19 +0000 (13:46 -0800)
committerSage Weil <sage@newdream.net>
Thu, 4 Dec 2008 21:46:19 +0000 (13:46 -0800)
commit979722509fbe9b327c82642c6ce9f2d106a6f6e9
treef7ec06966df273c047a3f1a1878feda88ac7425e
parentc1af67769e942b2de05c0c664ae8452a061a3adb
mon: keep pgmap consistent

We were cutting corners and updating the live map before it
committed to paxos, since pg stats aren't system critical.  This
can lead to problems due to the way "latest" is saved out, though,
and it can be confusing to see things jump backward in time.
src/mon/PGMonitor.cc