Comment 2 for bug 2028380

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

Reviewed: https://review.opendev.org/c/openstack/cinder/+/889359
Committed: https://opendev.org/openstack/cinder/commit/583eae173bfee3983477661e4d62eb4233f54eff
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 583eae173bfee3983477661e4d62eb4233f54eff
Author: Simon Dodsley <email address hidden>
Date: Thu Jun 8 12:04:56 2023 -0400

    [Pure Storage] Fix failure in replication failover

    A previous patch incorrectly removed a call using a specific
    version of API as part of the replication failover process.

    The call being made to the backend fails as one of the
    parameters is not supported in later API version.

    This patch fixes the call to the backend to use the required
    API version.

    There are no tempest tests for replication failover, hence
    why the original patch passed tests.

    Closes-Bug: #2028380
    Change-Id: Id4f5f16a04220cc880e17ffd69a8303c93a6e8ba
    (cherry picked from commit 084d84152a4c2fcf4c94d46d4a1a97add409bd42)