ironic/releasenotes/notes/ansible-device-name-filtering-0adfca7d8ba4cbcc.yaml
Julia Kreger 0071d28460 Ansible deploy - Ignore invalid devices
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
2020-08-21 10:24:52 -07:00

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.