File: fix-multipath-issues-with-rhel-centos-17bac22a35a5fe09.yaml

package info (click to toggle)
python-diskimage-builder 3.39.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 5,704 kB
  • sloc: sh: 7,474; python: 6,454; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Fixes an issue on RHEL or Centos based image builds where an initial 
    source image state may have a multipath capible initial ramdisk,
    but then lack the necessary package to support regeneration of a new
    ramdisk with multipathing. The end result being that a regenerated or
    updated ramdisk after the fact is that the ramdisk then fails to boot
    when multipath devices are present where it previously booted without
    any issues. This is because the ramdisk build process used by ``dracut``
    does not fail if it does not find the necessary multipath components,
    thus requiring the ``device-mapper-multipath`` package to be present
    for the ramdisk with the necessary artifacts.