From a62d80f98fc7eb00922dfcfef6d30e82ce1e3fd9 Mon Sep 17 00:00:00 2001 From: Shuhei Matsumoto Date: Wed, 22 Aug 2018 15:09:05 +0900 Subject: [PATCH] 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: Shuhei Matsumoto Reviewed-on: https://review.gerrithub.io/423051 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0e112ab..125d3103a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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