]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: Allow get_object_context caller to provide attributes
authorSamuel Just <sam.just@inktank.com>
Sat, 14 Sep 2013 00:13:45 +0000 (17:13 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 26 Sep 2013 18:24:17 +0000 (11:24 -0700)
commitf94e6a30a746f9c3d93bb13d45da2b06ccc49673
tree0e2362a26636de16f9b816cf6c0d9cbfb8cae9e6
parent5b7fa6272aee11586f2d026210ffbc2820c7be7e
ReplicatedPG: Allow get_object_context caller to provide attributes

This will be used by PGBackend implementers to get the SnapSet
and ObjectInfo for newly recovered objects on the primary.

get_object_context may be called on a missing object for a lost_revert

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/common/hobject.h
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h