From 5dcbf54bcffc7f757170b6e1145cb167e624e146 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Wed, 21 Oct 2020 09:05:05 +0900 Subject: [PATCH] CHANGELOG: iSCSI login redirection feature Signed-off-by: Shuhei Matsumoto Change-Id: Ifb41571137e5007b4a018e1bdcda13d62b336b84 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4777 Tested-by: SPDK CI Jenkins Reviewed-by: Aleksey Marchuk Reviewed-by: Tomasz Zawadzki --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0a4c4a2..4c70a3d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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