Comment 8 for bug 1140177

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

Reviewed: https://review.openstack.org/159856
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=c9be1e4fa28c1d654b130d836c42db316d6a064d
Submitter: Jenkins
Branch: master

commit c9be1e4fa28c1d654b130d836c42db316d6a064d
Author: Ray Chen <email address hidden>
Date: Thu Jul 10 23:01:17 2014 +0800

    Fix missing clone_image API support for sheepdog driver.

    If image is backend by sheepdog, it will use create_cloned_volume
    function to help to clone this image. Normally sheepdog can clone
    only from snapshot.

    This patch set is derived from abandoned change:
    Ibd355082e7c3215c00f6576404566577f7a2601c

    Change-Id: I6f6834ff5443f2d1a21d4ae10e26e1cab3664a01
    Closes-Bug: #1140177