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

osd: cleanup cluster using the root UID #9380

Merged
merged 1 commit into from Dec 10, 2021
Merged

Commits on Dec 10, 2021

  1. osd: cleanup cluster using the root UID

    We need to use the root UID to run the cleanup job since ceph-volume
    does not support running as non-root in all the versions. We have this
    ceph tracker to allow this https://tracker.ceph.com/issues/53511 but
    it's not in all ceph's versions. Implementing a version check is tricky
    since at this stage the cluster is being deleted and it's hard to catch
    it.
    
    Closes: rook#9375
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Dec 10, 2021
    Copy the full SHA
    1f7536f View commit details
    Browse the repository at this point in the history