Clean up release notes

Change-Id: I568d7edfe81e928e6d7f09bd4a7933ca72b8813a
This commit is contained in:
Dmitry Tantsur
2022-02-03 14:49:36 +01:00
parent b921b76167
commit b8b1991bea
2 changed files with 11 additions and 10 deletions

View File

@@ -3,15 +3,16 @@ features:
- | - |
For network burn-in, nodes can now be paired dynamically via a For network burn-in, nodes can now be paired dynamically via a
distributed coordination backend (as an alternative to a static distributed coordination backend (as an alternative to a static
configuration). This allows burn-in to proceed on a 'first come configuration). This allows burn-in to proceed on a "first come
first served' basis with the nodes available, rather than a node first served" basis with the nodes available, rather than a node
being blocked since the static partner is currently delayed. being blocked since the static partner is currently delayed.
In order to configure this dynamic pairing, the nodes will need In order to configure this dynamic pairing, the nodes will need
at least 'agent_burnin_fio_network_pairing_backend_url' in their at least ``agent_burnin_fio_network_pairing_backend_url`` in their
driver-info (the URL for the coordination backend). In order to ``driver_info`` (the URL for the coordination backend). In order to
separate different hardware types, which may be using different separate different hardware types, which may be using different
networks and shall be burnt-in separately, the nodes can in networks and shall be burnt-in separately, the nodes can in
addition define 'agent_burnin_fio_network_pairing_group_name' to addition define ``agent_burnin_fio_network_pairing_group_name`` to
have pairing only happening between nodes in the same group. An have pairing only happening between nodes in the same group. An
additional 'agent_burnin_fio_network_pairing_timeout' allows to additional parameter ``agent_burnin_fio_network_pairing_timeout`` allows to
limit the time given to the nodes to wait for a partner. limit the time given to the nodes to wait for a partner.

View File

@@ -1,7 +1,7 @@
--- ---
fixes: fixes:
- | - |
Use efibootmgr instead of grub2-install for software RAID. Uses ``efibootmgr`` instead of ``grub2-install`` for software RAID. This
This fixes an issue with images which include newer versions fixes an issue with images which include newer versions of
of grub2-install as they refuse bootloader installations in ``grub2-install``, such as CentOS Stream 8, as they refuse bootloader
UEFI boot mode due to the lack of secure boot support. installations in UEFI boot mode due to the lack of secure boot support.