]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add note to clarify trusted_ip_list use
authorMike Christie <mchristi@redhat.com>
Thu, 11 Jan 2018 20:53:16 +0000 (14:53 -0600)
committerMike Christie <mchristi@redhat.com>
Mon, 15 Jan 2018 19:02:20 +0000 (13:02 -0600)
Signed-off-by: Mike Christie <mchristi@redhat.com>
doc/rbd/iscsi-target-cli.rst

index 4220090d5fc71a359efb96862908c67550001919..0f971db59f3c73221067414603ad4a1faa6d21e7 100644 (file)
@@ -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.