File: mix-and-match-disk-detection-58db04403ce220a0.yaml

package info (click to toggle)
ironic-python-agent 10.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,416 kB
  • sloc: python: 35,563; sh: 60; makefile: 29
file content (10 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
features:
  - |
    For a long time block device information originating form lsblk and udev
    was handled in a mutually exclusive way during root disk selection.
    The new ``mix and match`` approach allows IPA to collect and match
    ``disk serial`` and ``wwn`` root device hints against values coming
    from both ``lsblk`` and ``udev`` at the same time. The ``mix and match``
    approach is necessary to handle edge cases where the serial and/or wwn
    information is different in ``lsblk`` compared to ``udev``.