Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReplicatedPG: clearing a whiteout should create the object
This was uncovered by 7532194. Since rbd_create() does a stat, the obc is cached as a whiteout, and the subsequent create(EXCL) would fall through to return false from maybe_create_new_object(). This would then skip adding a touch() to the transaction. Fixes: ceph#13281 Signed-off-by: Josh Durgin <[email protected]>
- Loading branch information