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

(Backport 52150) mdadm_raid: Optionally ignore errors on examine. #55001

Merged
merged 4 commits into from
Nov 14, 2019

Commits on Oct 14, 2019

  1. mdadm_raid: Optionally ignore errors on examine.

    During the RAID creation, the code examine each device to decide
    if belongs to an already present array or not. The first time that
    the RAID is created, is expected that examine will fail.
    
    This patch add an optional parameter to examine, to ignore the fail
    in the logs. Also calls examine with this parameter during the RAID
    creation.
    
    (cherry picked from commit bfd8b11)
    aplanas committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    090778c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

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

Commits on Nov 12, 2019

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

Commits on Nov 13, 2019

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