File: fasttrack-stale-cache-fd93b56a955c7ab1.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 (9 lines) | stat: -rw-r--r-- 422 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue with nodes undergoing fast-track from introspection to
    deployment where the agent internal cache of the node may be stale.
    In particular, this can be observed if node does not honor a root device
    hint which is saved to Ironic's API *after* the agent was started.
    More information can be found in `story 2008039
    <https://storyboard.openstack.org/#!/story/2008039>`_.