Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 2063979

Summary: [cee/sd][doc] The documentation "Installing the iSCSI gateway" is missing to create the pool
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Geo Jose <gjose>
Component: DocumentationAssignee: Masauso Lungu <mlungu>
Documentation sub component: Block Device Guide QA Contact: Preethi <pnataraj>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: unspecified CC: ekristov, mlungu, mmurthy, pnataraj, vereddy
Version: 5.0Flags: pnataraj: needinfo+
Target Milestone: ---   
Target Release: 5.3   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-01-19 15:33:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Geo Jose 2022-03-14 19:41:21 UTC
Describe the issue:
 - The documentation "Installing the iSCSI gateway" is missing to create the pool 

Describe the task you were trying to accomplish:
 In "10.3.2. Installing the Ceph iSCSI gateway using the command-line interface"

Suggestions for improvement:
 Add steps to create pool prior to  "4. Create a configuration file on a Ceph iSCSI gateway node."

Document URL:
 https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/block_device_guide/index#installing-the-ceph-iscsi-gateway-using-cli_block

Chapter/Section Number and Title:
 10.3.2. Installing the Ceph iSCSI gateway using the command-line interface

Product Version:
 RHCS 5

Comment 3 Preethi 2022-09-06 04:20:17 UTC
@Masauso, We need to add a step to create a pool for iscsi before the step 4 as per the doc
https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/block_device_guide/index#installing-the-ceph-iscsi-gateway-using-cli_block

Add steps for creating a pool where ceph-iscsi config data is stored.

Example : To create an rbd pool, execute the following:

Syntax

ceph osd pool create POOL_NAME PG_NUM
ceph osd pool application enable POOL_NAME rbd
rbd pool init -p POOL_NAME
Example

[root@rbd-client ~]# ceph osd pool create pool1
[root@rbd-client ~]# ceph osd pool application enable pool1 rbd
[root@rbd-client ~]# rbd pool init -p pool1

Comment 10 Preethi 2022-09-26 08:56:30 UTC
Changes are implemented. verified