Commit 9d3afe1f authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

CHANGELOG: NVMe-oF target supports ANA Reporting and provides multipath



Signed-off-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: I8a444ffaf8d4a167ac19fb3cf280887620acfac3
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4781


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarAleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent e99ac031
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -68,11 +68,17 @@ New APIs, `spdk_nvme_detach_async` and `spdk_nvme_detach_poll_async`, have been
detach multiple controllers in parallel to mitigate lengthy shutdown notification of
a few NVMe SSDs.

New APIs, `spdk_nvme_ns_get_ana_group_id` and `spdk_nvme_ns_get_ana_state`, have been
added to get ANA group ID and ANA state of the given namespace, respectively.

### nvmf

A new API `spdk_nvmf_subsystem_add_ns_ext` has been added and the API `spdk_nvmf_subsystem_add_ns`
has been deprecated.

The NVMe-oF target now supports Asymmetric Namespace Access (ANA) Reporting to provide
multipath to NVMe-oF initiator.

### ocf

Updated OCF submodule to v20.03.1
@@ -100,6 +106,12 @@ New RPCs, `iscsi_target_node_set_redirect` and `iscsi_target_node_request_logout
been added, and a new optional parameter `private` has been added to the RPC
`iscsi_create_portal_group` to support iSCSI login redirection feature.

A new optional parameter `ana_reporting` was added to the RPC `nvmf_create_subsystem`, and
a new RPC `nvmf_subsystem_listner_set_ana_state` was added for ANA reporting.

New RPCs, `nvmf_subsystem_get_listeners` and `nvmf_subsystem_get_qpairs`, were added to
retrieve configuration of the NVMe-oF subsystem.

### Miscellaneous

The contents of the log_rpc library have been moved to the event library. The log_rpc