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 external script when passing monitoring list #8807

Merged
merged 1 commit into from Sep 28, 2021

Commits on Sep 28, 2021

  1. ceph: fix external script when passing monitoring list

    If we call the script with --monitoring-endpoint
    10.1.8.29,10.1.8.36,10.1.8.25, we need to parse each comma-separated
    address and not the entire block.
    Now each address is tested properly.
    
    Signed-off-by: Sébastien Han <seb@redhat.com>
    leseb committed Sep 28, 2021
    Copy the full SHA
    f47b870 View commit details
    Browse the repository at this point in the history