Update release notes

Change-Id: I409379f72c8bb42b73e0f3aef8226904975d06ff
This commit is contained in:
Dmitry Tantsur 2019-03-18 14:28:21 +01:00
parent 65e7fca3dd
commit 872dba1a7e
6 changed files with 15 additions and 18 deletions

View File

@ -2,7 +2,7 @@
features: features:
- | - |
Adds secondary sorting by device name when guessing the root disk. This Adds secondary sorting by device name when guessing the root disk. This
makes the selection process more predicatble and increases the chances makes the selection process more predictable and increases the chances
that systems which try only one device for booting will actually that systems which try only one device for booting will actually
successfully boot after deployment. As the primary sorting is still done successfully boot after deployment. As the primary sorting is still done
by size, the root device hints still take priority, and the current by size, the root device hints still take priority, and the current

View File

@ -1,4 +1,4 @@
--- ---
other: other:
- Updates the tinyipa build scripts to support building and running Ironic - Updates the tinyipa build scripts to support building and running Ironic
Python Agent with python3.6. Python Agent with Python 3.

View File

@ -1,7 +1,7 @@
--- ---
features: features:
- | - |
Adds enhanced checksum support to IPA, when ``os_hash_algo`` and Adds enhanced checksum support to IPA. When ``os_hash_algo`` and
``os_hash_value`` are passed in via ``image_info``, it will be used ``os_hash_value`` are passed in via ``image_info`` (from the node's
for image checksum calculation and verification. The md5 checksum ``instance_info``), they will be used for image checksum calculation and
is supported if these information are absent. verification. The md5 checksum is used if this information is absent.

View File

@ -1,8 +1,8 @@
--- ---
features: features:
- | - |
Erase metadata on disk partitions to prevent the Linux kernel from Erases metadata on disk partitions to prevent the Linux kernel from
automatically recreating storage entities (eg LVM, RAID) described by the automatically recreating storage entities (e.g. LVM, RAID) described by the
metadata. The Hardware Manager API was correspondingly modified to metadata. The Hardware Manager API was correspondingly modified to
optionally include partitions when listing block devices. See `story optionally include partitions when listing block devices. See `story
2003673 <https://storyboard.openstack.org/#!/story/2003673>`_ for details. 2003673 <https://storyboard.openstack.org/#!/story/2003673>`_ for details.

View File

@ -1,11 +1,10 @@
--- ---
features: features:
- | - |
Support parallel disk device erasure. This is controlled by the Supports parallel disk device erasure. This is controlled by ironic's
``driver_internal_info['agent_enable_parallel_erasure']`` passed ``[deploy]disk_erasure_concurrency`` configuration option.
by ironic.
other: other:
- | - |
The ``HardwareManager.erase_block_device`` interface could be called The ``HardwareManager.erase_block_device`` method is now called
concurrently to support the feature of parallel disk device erasure, concurrently when parallel disk device erasure is used. It must be
it should be implemented in a thread-safe way. implemented in a thread-safe way.

View File

@ -1,9 +1,7 @@
--- ---
prelude: > prelude: >
Tinyipa is the base image for testing Ironic Python Agent. Starting with this release, the Ironic Python Agent images used in the CI
In the effort of moving toward a full Python 3 friendly environment, (tinyipa) run with Python 3 by default.
with this patch we start building the tinyipa image with Python 3 by
default.
other: other:
- Change the Python default version used to build and run the Ironic - Change the Python default version used to build and run the Ironic
Python Agent in the Tiny Core based image to 3.6. Python Agent in the Tiny Core based image to 3.6.