Comment 2 for bug 1859653

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

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

commit f24eb2fc630f32697fd9afdfdec97e0f61493a46
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