From 3cc367dc6ebca18e884d7c75d2cd1fa7907b7139 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Thu, 11 Jan 2018 14:53:16 -0600 Subject: [PATCH] doc: add note to clarify trusted_ip_list use Signed-off-by: Mike Christie --- doc/rbd/iscsi-target-cli.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/rbd/iscsi-target-cli.rst b/doc/rbd/iscsi-target-cli.rst index 4220090d5fc..0f971db59f3 100644 --- a/doc/rbd/iscsi-target-cli.rst +++ b/doc/rbd/iscsi-target-cli.rst @@ -101,6 +101,13 @@ to the *Installing* section: # api_port = 5001 # trusted_ip_list = 192.168.0.10,192.168.0.11 + ..note:: + trusted_ip_list is a list of IP addresses on each iscsi gateway that + will be used for management operations like target creation, lun + exporting, etc. The IP can be the same that will be used for iSCSI + data, like READ/WRITE commands to/from the RBD image, but using + separate IPs is recommended. + .. important:: The ``iscsi-gateway.cfg`` file must be identical on all iSCSI gateway nodes.