os-brick/releasenotes
Takashi Kajinami 4478433550 Avoid unhandled exceptions during connecting to iSCSI portals
Currently we don't properly catch some possible exceptions during
connectiing to iSCSI portals, like failures in "iscsiadm -m session".
Because of this _connect_vol threads can abort unexpectedly in some
failure patterns, and this abort causes hung in subsequent steps
waiting for results from _connct_vol threads.

This change ensures that any exceptions during connecting to iSCSI
portals are handled in the _connect_vol method corectly, to avoid
unexpected abort without updating thread results.

Closes-Bug: #1915678
Change-Id: I0278c502806b99f8ec65cb146e3852e43031e9b8
2021-03-04 12:01:41 +09:00
..
notes Avoid unhandled exceptions during connecting to iSCSI portals 2021-03-04 12:01:41 +09:00
source Update master for stable/victoria 2020-09-02 16:43:42 +00:00