Comment 15 for bug 1008866

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

Reviewed: https://review.openstack.org/9761
Committed: http://github.com/openstack/cinder/commit/99456bd690445443ae05c0d4fe1ec43ba6090f6f
Submitter: Jenkins
Branch: master

commit 99456bd690445443ae05c0d4fe1ec43ba6090f6f
Author: ZhuRongze <email address hidden>
Date: Fri Jul 13 12:07:13 2012 +0000

    Send 'create volume from snapshot' to the proper host

    A simple solution for bug 1008866. When creating volume from snapshot on
    multicluster, in volume it will check if snapshot_id is set. If snapshot_id
    is set, make the call create volume directly to the volume host where the
    snapshot resides instead of passing it through the scheduler. So snapshot can
    be copy to new volume.

    Change-Id: Ie9c1a77f62abc40e294b1d0c604cf885652728da