4bd1c40bdc
The inclusion of a boot_method=vmedia kernel command line argument is mandatory singnaling so IPA understands it has been booted via virtual media, and to act accordingly. Change-Id: I92751a3f4305fe0ded9ff379643b45132fe66157 Story: 2008749 Task: 42181
16 lines
717 B
YAML
16 lines
717 B
YAML
---
|
|
security:
|
|
- |
|
|
Fixes an issue where ironic was not properly labeling dynamicly built
|
|
virtual media ramdisks with the signifier flag so the ramdisk understands
|
|
it was booted from virtual media.
|
|
fixes:
|
|
- |
|
|
Fixes the missing ``boot_method`` ramdisk parameter for dynamicly build
|
|
virtual media payloads. This value must be set to ``vmedia`` for the
|
|
ramdisk running on virtual media to understand it is executing from
|
|
virtual media. This was fixed for cases where it is used with the
|
|
``redfish-virtual-media`` based boot interfaces as well as the
|
|
``ilo-virtual-media`` boot interface, which is where dynamic virtual media
|
|
deployment/cleaning ramdisk generation is supported.
|