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

ensure at least one osd is up #3433

Merged
merged 3 commits into from
Feb 19, 2019
Merged

Commits on Dec 12, 2018

  1. ensure at least one osd is up

    The existing task checks that the number of OSDs is equal to the number of up OSDs before continuing.
    
    The problem is that if none of the OSDs have been discovered yet, the task will exit immediately and subsequent pool creation will fail (num_osds = 0, num_up_osds = 0).
    
    This is related to Bugzilla 1578086.
    
    In this change, we also check that at least one OSD is present. In our testing, this results in the task correctly waiting for all OSDs to come up before continuing.
    
    Signed-off-by: David Waiting <david_waiting@comcast.com>
    dwaiting committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    cc44a0f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    1f87d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. Configuration menu
    Copy the full SHA
    daff760 View commit details
    Browse the repository at this point in the history