Comment 15 for bug 1566399

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

Reviewed: https://review.openstack.org/310416
Committed: https://git.openstack.org/cgit/openstack/fuel-agent/commit/?id=825468cb3bb1eb1e6a5e7cd665d89496998cdb54
Submitter: Jenkins
Branch: master

commit 825468cb3bb1eb1e6a5e7cd665d89496998cdb54
Author: Alexander Gordeev <email address hidden>
Date: Wed Apr 27 14:21:42 2016 +0300

    Enable unallocated drives back

    Apparently fix for this bug
    https://bugs.launchpad.net/fuel/+bug/1258347
    turned out to be non-working anyway.
    The reason was that 'lvm_meta_pool' sometimes has non-zero size.
    Due to its non-zero size the disk wasn't skipped from partitioning,
    thus creating a bunch of partitions even on unallocated drives.

    Change-Id: Ifaf8cb6a1f9d5010998b89445c3e575f3957411b
    Closes-Bug: #1566399