manila/releasenotes/notes/bp-export-locations-az-api-...

23 lines
1.2 KiB
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
features:
- |
New experimental APIs were introduced version ``2.47`` to retrieve
export locations of share replicas. With API versions ``2.46`` and
prior, export locations of non-active or secondary share replicas are
included in the share export locations APIs, albeit these APIs do not
provide all the necessary distinguishing information (availability zone,
replica state and replica ID). See the `API reference
<https://developer.openstack.org/api-ref/shared-file-system/>`_ for more
information regarding these API changes.
deprecations:
- |
In API version ``2.47``, export locations APIs: ``GET
/v2/{tenant_id}/shares/{share_id}/export_locations`` and ``GET
/v2/{tenant_id}/shares/{share_id}/export_locations/{export_location_id
}`` no longer provide export locations of non-active or secondary share
replicas where available. Use the newly introduced share replica export
locations APIs to gather this information: ``GET
/v2/{tenant_id}/share-replicas/{share_replica_id}/export-locations`` and
``GET /v2/{tenant_id}/share-replicas/{share_replica_id}/export
-locations/{export_location_id}``.