]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD,PG: add upgrade procedure for snap_mapper
authorSamuel Just <sam.just@inktank.com>
Mon, 4 Mar 2013 19:16:05 +0000 (11:16 -0800)
committerSamuel Just <sam.just@inktank.com>
Thu, 14 Mar 2013 02:45:12 +0000 (19:45 -0700)
commit86658392516d5175b2756659ef7ffaaf95b0f8ad
treec9cf69de15fc941c791201daa5305de6f5471360
parent8631e925796f32d51bc948a9a9edf7830aef3242
OSD,PG: add upgrade procedure for snap_mapper

Also, sub_op_modify transactions currently carry the operations
for creating snap links in the shipped transaction.  To handle
ops shipped by unenlightened osds, transactions can now be
tagged with a tolerate_collection_add_enoent flag.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/include/ceph_features.h
src/os/FileStore.cc
src/os/ObjectStore.h
src/osd/OSD.cc
src/osd/PG.cc
src/osd/PG.h
src/osd/ReplicatedPG.cc
src/osd/osd_types.h