File: software-raid-4a88e6c5af9ea742.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (9 lines) | stat: -rw-r--r-- 406 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Adds support for software RAID via the generic hardware manager. By
    means of the target_raid_config a single RAID-1 or one RAID-1 plus
    one RAID-N can be configured (where N can be 0, 1, and 1+0). The
    RAID is created/deleted during manual cleaning. Note that this
    initial implementation will use all available devices for the setup
    of the software RAID device(s).