File: fix-software-raid-different-devices-3298f735fdbd3a05.yaml

package info (click to toggle)
ironic-python-agent 11.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,508 kB
  • sloc: python: 36,248; sh: 60; makefile: 29
file content (7 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
---
fixes:
  - |
    Software RAID creation now correctly handles configurations where
    logical disks use different sets of physical devices. Previously,
    partition indices were incorrectly shared across all devices, causing
    failures when creating multiple RAID arrays on different disks.