Comment 2 for bug 960437

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

Reviewed: https://review.openstack.org/5581
Committed: http://github.com/openstack/nova/commit/22fd25d869190772a0a859c291ec9af37f6e709f
Submitter: Jenkins
Branch: master

commit 22fd25d869190772a0a859c291ec9af37f6e709f
Author: Vishvananda Ishaya <email address hidden>
Date: Tue Mar 20 11:30:27 2012 -0700

    Don't send snapshot requests through the scheduler

     * If there is more than one volume host, snapshots need to be
       created on the host that has the volume. Sending the request
       through the scheduler means that the snapshot will sometimes
       be created on the wrong host and fail.
     * Fixes bug 960437

    Change-Id: If8562bd533226cf9aee1d3be522f799d233581a9