Merge "DataCore: Add note about unique CHAP storage paths"

This commit is contained in:
Zuul 2022-11-16 13:38:23 +00:00 committed by Gerrit Code Review
commit 611518833d
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ datacore_iscsi_opts = [
cfg.StrOpt('datacore_iscsi_chap_storage',
default='$state_path/.datacore_chap',
help='Fully qualified file name where dynamically generated '
'iSCSI CHAP secrets are stored.'),
'iSCSI CHAP secrets are stored. This must be changed '
'to a unique per-backend value if deploying multiple '
'DataCore backends on the same host.'),
]
CONF = cfg.CONF