Comment 2 for bug 1489182

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

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

commit 6eb7d08aa72786c9494fb039f81e9810d494ab87
Author: John Griffith <email address hidden>
Date: Wed Sep 2 20:08:49 2015 +0000

    Add mechanism to update snapshot provider_id

    During the L release we added the ability to store
    provider_id info for volumes and snapshots. We did
    not however add a mechanism for this info to be updated
    on upgrades.

    This patch adds on to the volume update mechanism and
    gives a driver the opportunity to set provider_id columns
    that aren't set on snapshots just as it does for volumes.

    Change-Id: Ie6585e4f0d2a4a511e5fbe35b91186d8ad7e9874
    Closes-Bug: #1489182