File: fix-to-close-session-on-dealloc-c3687d4dcb1441b8.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (6 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
fixes:
  - |
    Tries to terminate authenticated Redfish session at BMC Session Service on
    the event of ``Sushy`` object deallocation. This should reduce the chance
    of authenticated sessions pool exhaustion at some BMCs.