]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ECTransaction: require hash_infos for deleted objects
authorSamuel Just <sam.just@inktank.com>
Fri, 21 Feb 2014 17:34:15 +0000 (09:34 -0800)
committerSamuel Just <sam.just@inktank.com>
Sat, 22 Feb 2014 20:35:40 +0000 (12:35 -0800)
commitb7de0fdbcdceaeeb8a19ae8aceed9c049403b8ef
tree70b7d97c5d8d65d901c5f6a94989ae76964b9447
parentab4c9a67dfd186184b5c28cf64236c42dc06e158
ECTransaction: require hash_infos for deleted objects

Otherwise, an append preceded by a delete may not see the
correct HashInfo state since it won't have been cached
until the delete is applied.

Fixes: #7506
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/ECTransaction.cc