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

Bug 2297285: exporter: bind to all interfaces if IPv6 is enabled #711

Merged
merged 1 commit into from
Sep 6, 2024

Commits on Aug 27, 2024

  1. exporter: bind to all interfaces if IPv6 is enabled

    Previously ceph-exporter would only bind to IPv4 interfaces. Now if the
    CephCluster is configured with `dualStack: true` and/or `ipFamily: IPv6`
    an additional flag (`--addrs ::`) will be added to the ceph-exporter
    container to make it listen both IPv6 and IPv4 interfaces.
    
    Signed-off-by: Matthew Penner <[email protected]>
    (cherry picked from commit d09a43d)
    (cherry picked from commit 9744c97)
    matthewpi authored and subhamkrai committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a89b6c3 View commit details
    Browse the repository at this point in the history