Comment 6 for bug 1793627

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

Reviewed: https://review.openstack.org/611213
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=6de41bbef00b1b53bb9f3dd6f5665b6c9c060071
Submitter: Zuul
Branch: stable/queens

commit 6de41bbef00b1b53bb9f3dd6f5665b6c9c060071
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
    (cherry picked from commit 8782c4accfea8a745676517c1880810cfa07feac)
    (cherry picked from commit e01e5db822b29f898763197ec98e2c31f0b05c53)