Comment 2 for bug 1661381

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

Reviewed: https://review.openstack.org/428526
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=6197a9108e61b5623abc0f63bbb304e3d2d03be2
Submitter: Jenkins
Branch: master

commit 6197a9108e61b5623abc0f63bbb304e3d2d03be2
Author: Rodrigo Barbieri <email address hidden>
Date: Thu Feb 2 22:54:07 2017 -0200

    Fix migration of mountable snapshots

    Fixed snapshot export locations present in model
    updates returned by driver during driver-assisted
    migration_complete being passed to the DB without
    any handling.

    This patch checks if mount_snapshot_support is
    present in destination share instance share type
    and handle it accordingly.

    Change-Id: I3b6635a3abc0751b30bd069426726243b6f49ef8
    Closes-bug: #1661381