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

qa/tasks/cephadm.py: Support already bootstrapped clusters #34900

Merged
merged 2 commits into from May 18, 2020

Commits on May 14, 2020

  1. qa/tasks/cephadm.py: Support bootstrapped clusters

    Add the possibility of being able to run cephadm.py on clusters that
    were already bootstrapped by some other task/way so you can deploy the
    rest of the daemons/services.
    
    Signed-off-by: Georgios Kyratsas <gkyratsas@suse.com>
    Georgios Kyratsas committed May 14, 2020
    Configuration menu
    Copy the full SHA
    a002b28 View commit details
    Browse the repository at this point in the history
  2. qa/tasks/cephadm: Add support for raw disks

    Currently tests on raw disks are failing due to stripping '/dev/' from
    device name. (ie https://tracker.ceph.com/issues/45383#change-165721)
    
    Signed-off-by: Georgios Kyratsas <gkyratsas@suse.com>
    Georgios Kyratsas committed May 14, 2020
    Configuration menu
    Copy the full SHA
    35e1586 View commit details
    Browse the repository at this point in the history