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

ceph: fix pool deletion when running on multus #8659

Merged
merged 1 commit into from
Sep 8, 2021

Commits on Sep 8, 2021

  1. ceph: fix pool deletion when running on multus

    The ceph-block-pool controller was missing the network spec from the
    cephcluster that contains all the details about networking.
    So when the pool was deleting on multus the controller was not proxying
    the rbd command to the mgr pod but executed the command in the operator
    pod which does not have the network annotation and then connect to the
    ceph cluster.
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    4cb9b53 View commit details
    Browse the repository at this point in the history