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

pool: file: object: clean up health checkers for force deletion #9417

Merged
merged 1 commit into from Dec 14, 2021

Commits on Dec 13, 2021

  1. pool: file: object: clean up health checkers for force deletion

    When CephBlockPool, CephFilesystem, or CephObjectStore resources are
    deleted after removing their finalizer, the code path to stop monitoring
    was not stopping monitoring since a non-present resource does not have a
    name and namespace attached. When the object is deleted, ensure the
    internal representation used to stop monitoring has a name and namespace
    to fix the issue.
    
    Signed-off-by: Blaine Gardner <blaine.gardner@redhat.com>
    BlaineEXE committed Dec 13, 2021
    Copy the full SHA
    0c76be8 View commit details
    Browse the repository at this point in the history