0071d28460
This change updates the ansible deploy driver to exclude devices with "sr", "loop", and "mem" which can appear in the devices list for consideration as the root device. This change effectively causes them to be ignored. Change-Id: I72a422553ee992d313b83df091af2c9deb8393b5
10 lines
392 B
YAML
10 lines
392 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue with the ``ansible`` deployment interface where automatic
|
|
root deviec selection would accidently choose the system CD-ROM device,
|
|
which was likely to occur when the ansible deployment interface was used
|
|
with virtual media boot.
|
|
The ``ansible`` deployment interface now ignores all Ramdisks, Loopbacks,
|
|
CD-ROMs, and floppy disk devices.
|