Comment 5 for bug 1412464

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

Reviewed: https://review.openstack.org/148306
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=197ca1cbce5c4372871f7568b18d6a1b7d3313bf
Submitter: Jenkins
Branch: stable/6.0

commit 197ca1cbce5c4372871f7568b18d6a1b7d3313bf
Author: Alexander Gordeev <email address hidden>
Date: Mon Jan 19 18:30:23 2015 +0300

    Fix lvm volume creation in fuel-agent

    lvm_utils.lvcreate totally ignores volume group from which volume was
    being allocated when checking for volume existance. If another volume
    from another volume group has the same name it will fail to create
    volume throwing "volume already exists" error.

    Change-Id: Ib2e10f558f7de976b72ea75e2cae4ff0c3ed98d3
    Closes-Bug: #1412464