ironic-python-agent/releasenotes/notes/prioritize-lsblk-device-serials-8cae406ca5164a01.yaml
Rozzii 830fdfa4c6
prioritize lsblk as a source of device serials
The current way of prioritizing ID/DM_SERIAL_SHORT or ID/DM_SERIAL works
in most cases but the udev values seem to be unreliable.

Based on experience it looks like lsblk might be a better
source of truth than udev in regerards to serial number
information. This commit makes lsblk the default provider
of block device serial number information.

Story: 2010263
Task: 46161

Change-Id: I16039b46676f1a61b32ee7ca7e6d526e65829113
2022-10-10 19:31:47 +03:00

9 lines
322 B
YAML

---
features:
- |
When detecting a serial number of a block device, the agent now tries
to use lsblk first and only falls back to udev if lsblk does not return
a serial number. Based on experience it looks like lsblk might be a better
source of truth than udev in regerard to serial number information.