Comment 5 for bug 1859653

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/764271
Committed: https://opendev.org/openstack/cinder/commit/c0f7e27950ec511914a04e0f3e19364fbac3a73f
Submitter: "Zuul (22348)"
Branch: stable/stein

commit c0f7e27950ec511914a04e0f3e19364fbac3a73f
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)
    (cherry picked from commit eec1b92171367545bc2de3217830e9354e6c6def)