Comment 4 for bug 1859653

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

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

commit eec1b92171367545bc2de3217830e9354e6c6def
Author: Fernando Ferraz <email address hidden>
Date: Thu Feb 6 21:22:33 2020 +0000

    NetApp SolidFire: Fix failback failing after service restart

    After a successful failover, if the volume service was restarted,
    the driver wouldn't be able to failback to the primary cluster
    due to incomplete cluster data.

    This patch address this problem by gathering data from the
    primary cluster during the failback procedure.

    Change-Id: I796fcf8969adae3338861a1b2f3310fafcacfbcb
    Closes-bug: #1859653
    (cherry picked from commit f24eb2fc630f32697fd9afdfdec97e0f61493a46)