File: softraid-partitioning-refactor-104b817c3bdc73e3.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 (11 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
---
fixes:
  - Fixes size conversion when creating software RAID with ``size_gb``
    provided. From the `RAID documentation
    <https://docs.openstack.org/ironic/latest/admin/raid.html#target-raid-configuration>`_
    ``size_gb`` unit is GiB but parted defaults to MB.
  - Fixes creating software RAID when several logical drives have a size
    specified (i.e not 'MAX'). See `story 2006352
    <https://storyboard.openstack.org/#!/story/2006352>`_.
  - Fixes creating software RAID when a logical drive with size 'MAX' is not
    the last in the list of logical drives.