Comment 3 for bug 1838820

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (master)

Reviewed: https://review.opendev.org/674669
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=81f26f822d66c71c29ea25fd4158ac41fc162964
Submitter: Zuul
Branch: master

commit 81f26f822d66c71c29ea25fd4158ac41fc162964
Author: Chris M <email address hidden>
Date: Mon Aug 5 18:13:33 2019 +0000

    Fix bad argument to iscsiadm in iSCSI discovery

    Fix a call to _iscsiadm_update() in which a list was being passed as
    the target_iqn connection property. This property is used directly as
    an argument to the iscsiadm -T option, so it must be a plain string.

    Change-Id: I9c2ff1de1f89fb49dd6c5a90679d5c4238d5476a
    Closes-bug: 1838820