]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: create whiteout on promote ENOENT
authorSage Weil <sage@inktank.com>
Tue, 22 Oct 2013 23:14:00 +0000 (16:14 -0700)
committerSage Weil <sage@inktank.com>
Sat, 14 Dec 2013 00:35:53 +0000 (16:35 -0800)
commit0b085b174a64232da802e85cf494d30722495ee5
tree6c53ac37c95ecd97fafeaf0357729afda56d10e0
parent0b7b16d7fa9bcfb289025b6ef88ffc9525705dff
osd/ReplicatedPG: create whiteout on promote ENOENT

If we try to fetch an object from the base tier and it is not present, we
can create a whiteout object.

Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc
src/test/librados/tier.cc