Comment 2 for bug 1594892

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

Reviewed: https://review.openstack.org/352528
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=cef2880afea3c754a48f0286f42abd98ce9c2772
Submitter: Jenkins
Branch: master

commit cef2880afea3c754a48f0286f42abd98ce9c2772
Author: Michael Price <email address hidden>
Date: Mon Aug 8 12:13:28 2016 -0500

    Fix iSCSI discovery with ISER transport

    The iSCSI discovery is not working with the ISER transport type. By default,
    iscsiadm will use the tcp transport type. This patch changes the iscsiadm
    invocation to provide the '-I' option with a value of iser where
    ISER is in use, and a value of default otherwise.

    Closes-Bug: #1594892
    Change-Id: I1f0e01c4c2e928022080cfc0475fb5190066df23