File: clarify-heartbeat-connection-errors-2af152bf2d7928e2.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-- 483 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
---
other:
  - |
    Adds an explicit capture of connectivity failures in the heartbeat
    process to provide a more verbose error message in line with what is
    occurring as opposed to just indicating that an error occurred. This
    new exception is called ``HeartbeatConnectionError`` and is likely only
    going to be visible if there is a local connectivity failure such as a
    router failure, switchport in a blocking state, or connection centered
    transient failure.