Commit 5dcbf54b authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Tomasz Zawadzki
Browse files

CHANGELOG: iSCSI login redirection feature

parent 44ac74e8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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