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

mimic: tests: do not take ceph.conf.template from ceph/teuthology.git #30841

Merged
merged 2 commits into from Oct 23, 2019

Commits on Oct 10, 2019

  1. qa/tasks/ceph.py: move methods from teuthology.git into ceph.py direc…

    …tly; support mon bind * options
    
    Having these live in teuthology.git is silly, since they are only consumed
    by the ceph task, and it is hard to revise the behavior.
    
    Revise the behavior by adding mon_bind_* options.
    
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 1ab352d)
    
    Conflicts:
        qa/tasks/ceph.py
    - the nautilus version of "get_mons()" includes msgr V2 code which is not needed
      in mimic
    liewegas authored and smithfarm committed Oct 10, 2019
    Copy the full SHA
    b9afa2b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. qa/tasks/ceph.conf: do not warn on TOO_FEW_OSDS

    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 0483c1c)
    liewegas authored and smithfarm committed Oct 22, 2019
    Copy the full SHA
    276c2b8 View commit details
    Browse the repository at this point in the history