By default, udev will set device by-path name to its ID_PATH.
Looking at [1], most of the time, current code works,
but when system uses platform, then disk name will be prefixed by
'platform-xxxxx'.
[1]: a0be538616/src/udev/udev-builtin-path_id.c (L530)
Change-Id: I9b2c120f074f60b9af6dd81718a5287656040aba
Closes-Bug: #1862443
6 lines
167 B
YAML
6 lines
167 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1862433 <https://bugs.launchpad.net/os-brick/+bug/1862443>`_]
|
|
Fix an issue where platform id is needed to determine name of scsi disk.
|