Comment 4 for bug 1412464

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

Reviewed: https://review.openstack.org/148298
Committed: https://git.openstack.org/cgit/stackforge/fuel-web/commit/?id=94211e14b70c55659b372b574a1c5692a6cd857f
Submitter: Jenkins
Branch: master

commit 94211e14b70c55659b372b574a1c5692a6cd857f
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