]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/ObjectStore: add {read,write}_meta 881/head
authorSage Weil <sage@inktank.com>
Sun, 3 Nov 2013 04:21:39 +0000 (21:21 -0700)
committerSage Weil <sage@inktank.com>
Sat, 30 Nov 2013 06:28:36 +0000 (22:28 -0800)
commit4d140a71a1a48081b449b7d8dde808eb6e74c6b2
tree059643d2359a60a5c0c1584ba6733d7073ea834f
parent6bb42a0c4416d0a7ce0b608ab9ea82674d2f5aba
os/ObjectStore: add {read,write}_meta

Move these from the OSD.  Use a generic implementation in ObjectStore that
hopefully all backends can share (so that it can remain in sync with the
start/stop scripts, ceph-disk, and other orchestration machinery).

Signed-off-by: Sage Weil <sage@inktank.com>
src/ceph_osd.cc
src/os/FileStore.cc
src/os/JournalingObjectStore.h
src/os/ObjectStore.cc
src/os/ObjectStore.h
src/osd/OSD.cc
src/osd/OSD.h