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: | Documentation | Assignee: | 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.0 | Flags: | 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
@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 Changes are implemented. verified |