Comment 5 for bug 1866935

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

Reviewed: https://review.opendev.org/715338
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=7c1118febca2a0a0da9454372e4ae03705d8007f
Submitter: Zuul
Branch: stable/train

commit 7c1118febca2a0a0da9454372e4ae03705d8007f
Author: ushen <email address hidden>
Date: Mon Mar 9 19:34:24 2020 +0800

    Do not rename rbd based volume after migration

    After rbd based volume migrated (retyped), it will be
    renamed to the original name unless name collision or
    some errors happen. But the problem is this information
    seems not reflect on connection info, especially this volume
    is already in-use.

    This patch mimics behavior of lvm driver by not renaming
    in-used volume after migration(retype)

    Close-Bug: #1866935

    Change-Id: I4db0dc978d55d4704dd60e2eb8738b38ddefbbbd
    (cherry picked from commit 662677280beedeb88a8161ddd3f08cfb95a9e5b6)