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

Allow partitioning of md arrays whose members are all disks #138

Merged
merged 2 commits into from
Jun 24, 2015

Commits on Jun 17, 2015

  1. Handle formatting after adding devices from format handlers.

    If we don't do it right away the device could be looked up successfully
    and cause confusion due to inaccurate(missing) format data.
    
    This is only needed in the places where we add a new device from a
    format handler. The device additions from add*Device are not vulnerable
    to this issue.
    
    Related: rhbz#1192004
    Related: rhbz#1197582
    dwlehman committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    1d3fc68 View commit details
    Browse the repository at this point in the history
  2. Treat existing md arrays whose members are all disks like disks.

    Similarly, if all members of an existing array are partitionable
    the array is also partitionable.
    
    Resolves: rhbz#1197582
    dwlehman committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    b07101d View commit details
    Browse the repository at this point in the history