Release notes cleanup for the next release

Change-Id: Ic44fe5d175a72906b38d7f22fa1739e09a7f16eb
This commit is contained in:
Dmitry Tantsur 2019-09-04 15:24:56 +02:00
parent 5271064c76
commit 57cc267449
5 changed files with 17 additions and 18 deletions

View File

@ -1,6 +1,5 @@
---
fixes:
- |
Fixes issue that 0 physical memory calculated for aarch64. Since output
for aarch64 `lshw -quiet -json` is a bit different from x86_64. This fix
is compatible with both x86_64 and arm64.
Fixes detection of physical memory amount on AArch64 that was caused by
different output of the ``lshw`` utility.

View File

@ -1,5 +1,5 @@
---
fixes:
- |
Fixes an issue where md devices disk holders could not be listed
correctly if they were nvme drives.
- |
Fixes an issue where md devices disk holders could not be listed
correctly if they were NVMe drives.

View File

@ -1,3 +1,3 @@
---
features:
- Adds software raid creation support on nvme drives.
- Adds support for creating software RAID on NVMe drives.

View File

@ -1,4 +1,4 @@
---
features:
- Adds the ability to specify the partition table type when creating raid.
When not specified, the type is set to msdos.
- Adds the ability to specify the partition table type when creating RAID.
When not specified, the type is set to ``msdos`` (MBR).

View File

@ -1,11 +1,11 @@
---
fixes:
- Fixes an issue with the psize conversion when creating software raid. From
the documentation,
https://docs.openstack.org/ironic/latest/admin/raid.html#target-raid-configuration,
size_gb unit is GiB but parted default unit is MB.
- Fixes a RAID creation issue when there are several logical drives, with
more than one having its size specified (i.e not 'MAX').
https://storyboard.openstack.org/#!/story/2006352
- Fixes a RAID creation issue when a logical drive with size 'MAX' is not
last in the list of logical drives.
- 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.