Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hammer: rgw: orphan tool should be careful about removing head objects #6351

Merged
1 commit merged into from Dec 2, 2015

Commits on Oct 22, 2015

  1. rgw: orphan tool shouldn't clean up head objects

    Fixes: ceph#12958
    
    Head objects are mutable, so removing them can race with object removal
    and a later recreation, so we might end up cleaning them up when we don't
    need to.
    
    Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
    (cherry picked from commit 030f697)
    yehudasa authored and theanalyst committed Oct 22, 2015
    Copy the full SHA
    99b4d1d View commit details
    Browse the repository at this point in the history