Comment 3 for bug 1112485

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

Reviewed: https://review.openstack.org/21416
Committed: http://github.com/openstack/cinder/commit/033d21f6f0a93ab664d7615e2c71486c7fbce03a
Submitter: Jenkins
Branch: master

commit 033d21f6f0a93ab664d7615e2c71486c7fbce03a
Author: Avishay Traeger <email address hidden>
Date: Thu Feb 7 11:11:03 2013 +0200

    Move create_cloned_volume() to LVMVolumeDriver.

    The implementation of create_cloned_volume() that was in driver.py
    relied on functions that aren't declared there, such as
    _create_volume(), _copy_volume(), and _sizestr(). Moved the function
    to LVMVolumeDriver in lvm.py, where those functions exist.

    Change-Id: I5ab77a119b3af0a152a3b5e0c2ff6a5ce196ad0f
    Fixes: bug #1112485