Comment 6 for bug 1323707

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.0)

Reviewed: https://review.openstack.org/96774
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=fc6b47a89fa5a1e983642a7dbec2fff2d12514b7
Submitter: Jenkins
Branch: stable/5.0

commit fc6b47a89fa5a1e983642a7dbec2fff2d12514b7
Author: Aleksandr Didenko <email address hidden>
Date: Tue May 27 18:05:44 2014 +0300

    Clean lvm metadata after creating partitions

    Run erase_lvm_metadata() after we create all the needed partitions
    to make sure we don't have any old LVM data.

    We also need to clean old filesystem from newly created partition,
    that may retain after previous deployments.

    Change-Id: I6ee241aca94a4db7bae2b359af7244dee6a53150
    Closes-bug: #1323707