Describe the issue: - In RHCS 4 Ceph iSCSI gateway installation documentation, missing to mention the parameter "trusted_ip_list" in iscsigws.yml Document URL: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/4/html/block_device_guide/the-ceph-iscsi-gateway#installing-the-ceph-iscsi-gateway-using-ansible_block Chapter/Section Number and Title: 7.3.2. Installing the Ceph iSCSI gateway using Ansible In step 3. Product Version: RHCS 4.
## Issue - Since "trusted_ip_list" is not mentioned to enable / add the details of "trusted_ip_list" in iscsigws.yml, while following the documentation this parameter will kept as default. This default settings(trusted_ip_list=192.168.122.1) will be added in iscsi-gateway.cfg which(IP 192.168.122.1) is not relevant. ## Details - To fix the code issue, we have a Bug 1994930. - As per comment 3, in Bug 1994930 [2], "trusted_ip_list" should be configured. But this part is missing from our documentation. ## Recommendations in [1] 3) Ansible places a file in the /usr/share/ceph-ansible/group_vars/ directory called iscsigws.yml.sample. Create a copy of the iscsigws.yml.sample file named it iscsigws.yml 4) Open the iscsigws.yml file for editing. 5) Uncomment the "trusted_ip_list" option and update the values accordingly, using IPv4 or IPv6 addresses. For example, adding two gateways with the IPv4 addresses of 10.172.19.21 and 10.172.19.22, configure trusted_ip_list like this: trusted_ip_list: 10.172.19.21,10.172.19.22 Please verify these recommendations from engineering and make the modification and update the documentation as soon as possible. ## URLS [1] https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/4/html/block_device_guide/the-ceph-iscsi-gateway#installing-the-ceph-iscsi-gateway-using-ansible_block [2] https://bugzilla.redhat.com/show_bug.cgi?id=1994930#c3 [3] https://docs.ceph.com/en/latest/rbd/iscsi-target-cli/
Which is the target release. Currently, it is "Backlog"
Changes are implemented. looks good. Moving to verified state.