CHANGELOG: iSCSI login redirection feature

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Ifb41571137e5007b4a018e1bdcda13d62b336b84
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4777
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
Shuhei Matsumoto 2020-10-21 09:05:05 +09:00 committed by Tomasz Zawadzki
parent 44ac74e8b3
commit 5dcbf54bcf

View File

@ -45,6 +45,12 @@ Updated intel-ipsec-mb submodule to v0.54
Updated ISA-L submodule to v2.29.0.
### iscsi
The iSCSI target supports iSCSI login redirection feature to achieve fault tolerance
and load balancing particularly in scale out iSCSI target system, which runs multiple
SPDK iSCSI targets.
### log
A log flag structure, `spdk_log_register_flag`, `spdk_log_get_first_flag`,
@ -87,6 +93,10 @@ It can be used only if bdev_auto_examine is set to false by the RPC `bdev_set_op
Add optional 'no_wr_batching' parameter to 'nvmf_create_transport' RPC method.
New RPCs, `iscsi_target_node_set_redirect` and `iscsi_target_node_request_logout`, have
been added, and a new optional parameter `private` has been added to the RPC
`iscsi_create_portal_group` to support iSCSI login redirection feature.
### Miscellaneous
The contents of the log_rpc library have been moved to the event library. The log_rpc