Comment 2 for bug 1200708

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

Reviewed: https://review.openstack.org/37097
Committed: http://github.com/openstack/cinder/commit/632cdeca7923b7a06c3d7537b89a21d1790f230d
Submitter: Jenkins
Branch: master

commit 632cdeca7923b7a06c3d7537b89a21d1790f230d
Author: Navneet Singh <email address hidden>
Date: Sat Jul 13 12:25:30 2013 +0530

    Clone_image should return dict of vol properties, clone status.

    The method will work fine in case of drivers not dependent
    on volume properties like provider_location. It will fail to
    restart in case of nfs drivers and also leave volume created as
    result of clone_image functionality created in the
    nfs share in dangling state after deletion as provider_location
    is None. This fix requires dict of volume properties, cloned status
    to be returned which facilitates passing back provider_location
    in case of nfs drivers and hence resolves the issue.

    bug 1200708

    Change-Id: I590571e52d1c64b6dba7d7e76cd71badd74e51d1