Comment 6 for bug 1495701

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

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

commit 2e514655194b5385526dec7bc743cd3500a4dca9
Author: Patrick East <email address hidden>
Date: Thu Sep 17 11:41:37 2015 -0700

    Wait for FC multipath devices to become writable

    Sometimes the multipath devices would be read-only block devices which
    would end up causing problems when anything tries to write to them. We
    now will wait and rescan a few times to try and get them to become
    read-write before moving on with the attach.

    Change-Id: If3c17348f6a6e766f811fcd446c03c82e5c8a883
    Partial-Bug: #1495701