CHANGELOG: NVMe-oF target supports ANA Reporting and provides multipath
Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I8a444ffaf8d4a167ac19fb3cf280887620acfac3 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4781 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
e99ac03100
commit
9d3afe1f50
12
CHANGELOG.md
12
CHANGELOG.md
@ -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
|
detach multiple controllers in parallel to mitigate lengthy shutdown notification of
|
||||||
a few NVMe SSDs.
|
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
|
### nvmf
|
||||||
|
|
||||||
A new API `spdk_nvmf_subsystem_add_ns_ext` has been added and the API `spdk_nvmf_subsystem_add_ns`
|
A new API `spdk_nvmf_subsystem_add_ns_ext` has been added and the API `spdk_nvmf_subsystem_add_ns`
|
||||||
has been deprecated.
|
has been deprecated.
|
||||||
|
|
||||||
|
The NVMe-oF target now supports Asymmetric Namespace Access (ANA) Reporting to provide
|
||||||
|
multipath to NVMe-oF initiator.
|
||||||
|
|
||||||
### ocf
|
### ocf
|
||||||
|
|
||||||
Updated OCF submodule to v20.03.1
|
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
|
been added, and a new optional parameter `private` has been added to the RPC
|
||||||
`iscsi_create_portal_group` to support iSCSI login redirection feature.
|
`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
|
### Miscellaneous
|
||||||
|
|
||||||
The contents of the log_rpc library have been moved to the event library. The log_rpc
|
The contents of the log_rpc library have been moved to the event library. The log_rpc
|
||||||
|
Loading…
Reference in New Issue
Block a user