File: prevent-needless-iscsi-cleanup-f8d602c0abc7e8ba.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-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Fixes an issue with the ironic-python-agent where we would call to
    setup the bootloader, which is necessary with software raid, but also
    attempt to clean up iSCSI. This can cause issues when using the ``direct``
    ``deploy_interface``. Now the agent will only clean up iSCSI connections
    if iSCSI was explicitly started. For more information, please see
    `story 2007937 <https://storyboard.openstack.org/#!/story/2007937>`_.