Comment 7 for bug 1417307

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

Reviewed: https://review.openstack.org/152734
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=235641fc4c0bb2864bc9b97553865dac3c4b6b1d
Submitter: Jenkins
Branch: master

commit 235641fc4c0bb2864bc9b97553865dac3c4b6b1d
Author: Chris Krelle <email address hidden>
Date: Wed Feb 4 09:33:38 2015 -0800

    improve iSCSI connection check

    This patch improves the iSCSI connection verification by polling
    /dev/disk/by-path for the iSCSI connection. This should ensure that
    the iSCSI block device is seen by the file system after login.

    It also removes the hard coded sleep in the login method.

    Change-Id: Ibf6b6a15471a6130f33788b8c3f26d4577bf79a3
    Closes-bug: #1417307