830fdfa4c6
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
9 lines
322 B
YAML
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.
|
|
|