Comment 4 for bug 1562874

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

Reviewed: https://review.openstack.org/295272
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=3959c7d6911b3485f24416808c48f4ab8a6ce3bf
Submitter: Jenkins
Branch: master

commit 3959c7d6911b3485f24416808c48f4ab8a6ce3bf
Author: sslypushenko <email address hidden>
Date: Mon Mar 21 15:12:35 2016 +0200

    Add LVM filters and preferred_names into LVM config

    If we have some multipath block devices on the node, we need
    to prevent LVM from grubbing multipath underlying devices during boot into
    target OS. To achieve it, we have to whitelist in LVM filters all
    non-multipath devices from /dev/disk/by-id dir and force LVM to scan
    /dev/mapper dir for volume groups on multipath devices

    Change-Id: Id9635b4a1ce237927c57e91a5c20c3f229ee3fcc
    Closes-Bug: #1559197
    Closes-Bug: #1562874