Comment 16 for bug 1008866

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

Reviewed: https://review.openstack.org/10649
Committed: http://github.com/openstack/nova/commit/6795de644b8a8a1879543101d85ba90674219c8b
Submitter: Jenkins
Branch: master

commit 6795de644b8a8a1879543101d85ba90674219c8b
Author: ZhuRongze <email address hidden>
Date: Wed Aug 1 13:23: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 and FLAGS.snapshot_same_host is true, 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. The same as
    review 9761.

    Change-Id: Ic182eb4563b9462704c5969d5116629442df316a