Comment 1 for bug 1793627

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

Reviewed: https://review.openstack.org/604253
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=8782c4accfea8a745676517c1880810cfa07feac
Submitter: Zuul
Branch: master

commit 8782c4accfea8a745676517c1880810cfa07feac
Author: Yong Huang <email address hidden>
Date: Thu Sep 20 16:26:57 2018 -0400

    The validation of iscsi session should be case insensitive

    The validation of iscsi session should be case insensitive since IPv6
    address is case insensitive. If the portal address are all lower cases,
    and the address get from 'iscsiadm -m session' contain upper cases,
    the validation of iscsi session will failed, the loop will be endless.

    Change-Id: Ief5108e40f13cc53d8d9e9c5d1a5054f58f72aa0
    Closes-bug: #1793627