Commit a62d80f9 authored by Shuhei Matsumoto's avatar Shuhei Matsumoto Committed by Jim Harris
Browse files

CHANGELOG: Load CHAP secrets from file once only at boot and then configure them by RPCs



This feature change is done by a few patches and it is difficult
to do CHANGELOG in a patch of them. Hence use this dedicated patch.

Change-Id: I4b3957640828f8c4652a2cc0db84c37fc2a04063
Signed-off-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-on: https://review.gerrithub.io/423051


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 750e5d25
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -33,6 +33,11 @@ but will be removed in future release.
been added to set CHAP authentication for discovery sessions and existing
target nodes, respectively.

CHAP shared secret file is now loaded only once at startup. During run time
CHAP shared secrets can be configured by new JSON RPCs `add_iscsi_auth_group`,
`delete_iscsi_auth_group`, `add_secret_to_iscsi_auth_group`, and
`delete_secret_from_iscsi_auth_group` instead.

## v18.07:

### bdev