File: only-run-evaluate-hardware-support-once-9ec1ae327b4e03f2.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 (7 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
---
fixes:
  - |
    Fixes bug 2066308, an issue where Ironic Python Agent would call
    evaluate_hardware_support multiple times on hardware manager plugins.
    Scanning for hardware and disks is time consuming, and caused timeouts
    on badly-performing nodes.