File: fallback-to-findfs-59abde55221e1e84.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 (10 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Fixes an issue with the tinyIPA CI testing image by providing a fallback
    root volume uuid detection method via the ``findfs`` utility, which is
    also already packaged in most distributions with ``lsblk``.

    This fallback was necessary as the ``lsblk`` command in ``TinyCore`` Linux,
    upon which TinyIPA is built, does not return data as expected for
    volume UUID values.