]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/osd: restructure Object/RadosModel in prep for append
authorSamuel Just <sam.just@inktank.com>
Thu, 5 Dec 2013 00:06:17 +0000 (16:06 -0800)
committerSamuel Just <sam.just@inktank.com>
Wed, 22 Jan 2014 22:39:14 +0000 (14:39 -0800)
commit7fe22da29f13876c50a25a89e78680372172c4d7
tree712610b9c723516169e3b49bc412e1d6a115a2ef
parent69ad880eed5ffb2e4cf24ea031df6545133111a1
test/osd: restructure Object/RadosModel in prep for append

Attribute handling no longer has special support in ContentsGenerator.
The most recent operation information is now stored in a special
attr rather than at the beginning of the object.  ObjectDesc layers
include their own ContentsGenerators to allow more flexibility.

Also, writes truncate to the new object size rather than simply
causing reads to stop at that object size.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/test/osd/Object.cc
src/test/osd/Object.h
src/test/osd/RadosModel.h
src/test/osd/TestRados.cc