Comment 4 for bug 1362916

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/icehouse)

Reviewed: https://review.openstack.org/138735
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ac9f5c7d8bd47b7d87a85e853fe2e9340d1ab456
Submitter: Jenkins
Branch: stable/icehouse

commit ac9f5c7d8bd47b7d87a85e853fe2e9340d1ab456
Author: liyingjun <email address hidden>
Date: Fri Aug 8 15:54:17 2014 +0800

    Fix wrong command for _rescan_multipath

    The _run_multipath command is wrong in [1], it should be 'multipath -r'
    not 'multipath - r'. And adds test for this.

    [1]: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume.py#L590

    Change-Id: I3c5d12cc11988d65a8fc9e6143d26c2d1220d253
    Closes-bug: 1362916
    (cherry picked from commit 51f3eb66ef498500df4af2faa7b7eb8fb3a5f438)