os-brick/os_brick/initiator/connectors
Rajat Dhasmana 02a9f590a2 Remove unnecessary 'type: ignore' comments
The mypy job complaints about 'exc' variable[1] since it was used
for ExceptionChainer as well as TargetPortalNotFound exception.
Changing the variable name for TargetPortalNotFound exception from
'exc' to 'target_exc' makes the 'type: ignore' comments unnecessary.

[1] Trying to read deleted variable 'exc'

Change-Id: I4b10db0754f0e00bb02d3a60f9aaf88b90466a8f
2023-11-22 11:27:47 +05:30
..
__init__.py Splitting Out Connectors from connector.py 2016-08-02 15:54:15 -05:00
base.py Check paths before extending device 2023-08-24 11:40:32 +00:00
base_iscsi.py mypy: Update format to future __annotations__ 2022-08-23 15:21:17 +00:00
base_rbd.py mypy: set no_implicit_optional 2022-08-23 15:11:56 +00:00
fake.py Refactor iSCSI disconnect 2017-05-31 15:31:20 +02:00
fibre_channel.py SCSI: Support non SAM LUN addressing 2023-08-23 12:19:11 +02:00
fibre_channel_ppc64.py Incorporate the connection_properties input for PPC64 2018-03-20 09:23:12 -04:00
fibre_channel_s390x.py SCSI: Support non SAM LUN addressing 2023-08-23 12:19:11 +02:00
gpfs.py Add connector for GPFS volumes 2016-08-16 16:09:52 +05:30
huawei.py Support independent file lock path 2022-07-15 09:21:19 +00:00
iscsi.py Remove unnecessary 'type: ignore' comments 2023-11-22 11:27:47 +05:30
lightos.py Add flake8-logging-format extension 2022-08-09 16:19:32 -04:00
local.py mypy: initiator 2022-08-18 14:34:01 -04:00
nvmeof.py Merge "NVMe-oF: Create /etc/nvme/hostid" 2023-08-24 08:35:34 +00:00
rbd.py mypy: initiator/connectors/rbd.py 2022-08-22 11:31:00 -04:00
remotefs.py mypy: initiator 2022-08-18 14:34:01 -04:00
scaleio.py Dell Powerflex: Add new VOLUME_ALREADY_MAPPED_ERROR 2023-09-20 08:47:24 +02:00
storpool.py LUKS: Support extending host attached volumes 2022-07-19 12:36:53 +02:00
vmware.py vmware: Use cookiejar from oslo.vmware client directly 2021-04-28 07:58:47 +00:00