Comment 1 for bug 1623700

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

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

commit e591bc78cc01c1171060dc15399a46ff800b49c3
Author: Patrick East <email address hidden>
Date: Wed Sep 21 15:05:48 2016 -0700

    Stop calling multipath -r when attaching/detaching iSCSI volumes

    Looking into this more there isn't any documented reason why we do this,
    and on Ubuntu 16.04 there are issues with timing and devices/symlinks
    getting messed up when we do the reload of device maps. We shouldn't
    need to be forcing multipathd to do this, it loads devices on its own.

    We'll leave in the one in 'wait_for_rw(..)' for now because there is
    some evidence that you may need to call it to update the rw state of
    the multipath devices, see:
    https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise
    _Linux/6/html/Storage_Administration_Guide/ch37s04s02.html

    Change-Id: Iec58284abdc9bcbf99df5d07289bb9d60a3554d7
    Closes-Bug: #1623700