diff --git a/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml b/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml index b659e3860..e5dc6dfdd 100644 --- a/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml +++ b/releasenotes/notes/add-more-lan-channels-8f5197ed5f057c25.yaml @@ -1,7 +1,6 @@ --- fixes: - | - From IPMI specification v2.0, channel number 1-Bh(1-11) can - be used for various types of communications channels. - The respectively available channels depend on the specific - IPMI implementation for a specific server system. + Supports channel numbers 1 to 11 when looking for a BMC address. This is + consistent with the IPMI specification v2.0. Previously, only channels + 1 to 7 were considered. diff --git a/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml b/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml index bdeb00dba..d4878766b 100644 --- a/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml +++ b/releasenotes/notes/bindmount-run-4c6a31d3ee4e0ed6.yaml @@ -1,4 +1,4 @@ --- fixes: - | - Mounts /run into chroot when installing grub to prevent timeouts. + Mounts ``/run`` into chroot when installing bootloader to prevent timeouts. diff --git a/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml b/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml index 73ebfabe3..abff71318 100644 --- a/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml +++ b/releasenotes/notes/discover-ipv6-bmc-address-b3b357ff6c5d822c.yaml @@ -1,5 +1,5 @@ --- features: - | - Discover IPv6 BMC address and store it in "bmc_v6address" - field of hardware inventory sent back to inspector. + IPv6 BMC address is now discovered during inspection and sent as a new + ``bmc_v6address`` inventory field. diff --git a/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml b/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml index 0197f8f2f..407347047 100644 --- a/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml +++ b/releasenotes/notes/get-physical-memory-535a32362bcdf83a.yaml @@ -2,5 +2,5 @@ fixes: - | Fixes an issue with retrieving all available physical memory. - For more details see: - `story 2005308 ` + For more details see + `story 2005308 `_.