Bug 2063979 - [cee/sd][doc] The documentation "Installing the iSCSI gateway" is missing to create the pool
Summary: [cee/sd][doc] The documentation "Installing the iSCSI gateway" is missing to ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 5.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: 5.3
Assignee: Masauso Lungu
QA Contact: Preethi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-03-14 19:41 UTC by Geo Jose
Modified: 2023-01-19 15:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-01-19 15:33:22 UTC
Embargoed:
pnataraj: needinfo+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-3779 0 None None None 2022-03-14 19:49:48 UTC

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


Note You need to log in before you can comment on or make changes to this bug.