Files
os-brick/releasenotes/notes/bug-1862443-e87ef38b60f9b979.yaml
shenjiatong 7c9020f006 prepend platform info to by-path string
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
2020-08-03 21:12:10 +08:00

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.