Comment 2 for bug 1362916

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

Reviewed: https://review.openstack.org/118581
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=51f3eb66ef498500df4af2faa7b7eb8fb3a5f438
Submitter: Jenkins
Branch: master

commit 51f3eb66ef498500df4af2faa7b7eb8fb3a5f438
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