]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: move stats into PG::Info (disk format change)
authorSage Weil <sage@newdream.net>
Wed, 26 Nov 2008 19:23:15 +0000 (11:23 -0800)
committerSage Weil <sage@newdream.net>
Wed, 26 Nov 2008 19:23:15 +0000 (11:23 -0800)
commit11992703195b3b6d89bf86883d0d1865786077c5
tree3354cd201f0bf3b253e48ece7aab0ffb461cbdad
parent43cf7707f0d298aef37b531e4a11c69f00433f51
osd: move stats into PG::Info (disk format change)

We want the pg stats to propagate along with last_update.  Do so
in merge_log.

Also, stop doing delayed stats update on primary; we always update
the in-core copy of Info, and only delay applying the transaction
to disk.  At least currently.
src/TODO
src/include/ceph_fs.h
src/osd/PG.cc
src/osd/PG.h
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h