]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_test_rados_api_tier: fix cleanup of whiteouts 2926/head
authorSage Weil <sage@redhat.com>
Fri, 14 Nov 2014 06:33:10 +0000 (22:33 -0800)
committerSage Weil <sage@redhat.com>
Fri, 14 Nov 2014 06:33:25 +0000 (22:33 -0800)
commit8dde6a61921798aa188bd69406c8fa7afeb96b45
treeb47e4553c9e6ab50812b2d5b60ff1bc1db0c09fc
parent34e4d24391c25899d6099eb4f3b69c474039182e
ceph_test_rados_api_tier: fix cleanup of whiteouts

Doing a normal DELETE on a whiteout returns ENOENT.  Use the IGNORE_CACHE
flag to make sure it removes the whiteout, too.

Fixes: #10052
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/librados/TestCase.cc