cinder/releasenotes/notes/kaminario-cinder-driver-bug-44c728f026394a85.yaml
Nikesh Kumar Mahalka 49331b2bb6 Fix "connector=None" issue in Kaminario drivers
Currently, Kaminario Cinder FC and iSCSI volume drivers are not
handling "connector=None" in the terminate_connection. This causes
the failure of the following tempest test:
test_volumes_actions.VolumesActionsTest.test_force_detach_volume

This patch handles "connector=None" in the terminate_connection
for Kaminario Cinder FC and iSCSI volume drivers.

Change-Id: Id0e9c235d7260081da20ef7ced7ad28d42e3e03a
Closes-Bug: #1829398
Co-Authored-By: Srinivas Dasthagiri <srinivasd@biarca.com>
2019-05-21 00:55:43 +00:00

7 lines
162 B
YAML

---
fixes:
- |
Kaminario FC and iSCSI drivers: Fixed `bug 1829398
<https://bugs.launchpad.net/cinder/+bug/1829398>`_ where
force detach would fail.