File: rescan-for-partition-write-out-3fbb92ae5c2a33c6.yaml

package info (click to toggle)
python-ironic-lib 7.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 3,631; makefile: 20; sh: 2
file content (7 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixes an issue with the ``disk_utils`` method ``make_partitions``,
    which is utilized to facilitate the write-out of partition images to disk.
    Previously when this method was invoked on a ramdisk, the partition may
    not have been found.