File: handle-fd0-devices-3d1f31c3b34819e8.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 (12 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    Fixes cleaning operations when floppy disk devices are present on the
    baremetal node. Floppy disk devices are now explicitly ignored.
other:
  - |
    The default ``list_all_block_devices`` hardware manager method has been
    changed to ignore floppy disk devices, introducing an argument
    ``ignore_floppy`` with a default value of ``True``.
    A value of ``False`` may be passed to the ``list_all_block_devices``
    method to include such devices.