Comment 10 for bug 1796825

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

Reviewed: https://review.opendev.org/639277
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=3ecdc2bfc827c5ae8003f877bd95ca8c1385c596
Submitter: Zuul
Branch: master

commit 3ecdc2bfc827c5ae8003f877bd95ca8c1385c596
Author: Ryan Liang <email address hidden>
Date: Tue Feb 26 17:12:27 2019 +0800

    VNX: add option vnx_async_migrate

    Before this fix, customers can disable async migration only by passing
    `--metadata async_migrate=False` in volumes metadata. This fix adds an
    option named `vnx_async_migrate` which could help set the default value
    of async migration for whole backend. If customers don't pass in the
    `async_migrate` in metadata, the value of this option will be used.

    Change-Id: I8e59039da78ecc9fb5415a10ff2a7c26ee689171
    Closes-bug: #1796825