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 1563642

Summary: Wrong path to disks in iscsi taget docs
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Yevhenii Shapovalov <yshapova>
Component: DocumentationAssignee: Aron Gunn <agunn>
Status: CLOSED DUPLICATE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.0CC: agunn, asriram, kdreyer
Target Milestone: rc   
Target Release: 3.*   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-18 20:46:54 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 Yevhenii Shapovalov 2018-04-04 11:39:02 UTC
Description of problem:
Wrong path to disks in iscsi taget docs

How reproducible:
100%

Steps to Reproduce:
1. go to https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/block_device_guide/using_an_iscsi_gateway
2. Start setup using cli https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html/block_device_guide/using_an_iscsi_gateway#configuring_the_iscsi_target_using_the_command_line_interface


Actual results:
Adding a RADOS Block Device (RBD):
Syntax
> cd /iscsi-target/iqn.2003-01.com.redhat.iscsi-gw:<target_name>/disks/
>/disks/ create <pool_name> image=<image_name> size=<image_size>m|g|t
Example
> cd /iscsi-target/iqn.2003-01.com.redhat.iscsi-gw:ceph-igw/disks/
>/disks/ create rbd image=disk_1 size=50g

trying to execute command on nede
/> cd /iscsi-target/iqn.2003-01.com.redhat.iscsi-gw:ceph-igw/disks/
No such path /iscsi-target/iqn.2003-01.com.redhat.iscsi-gw:ceph-igw/disks

Expected results:
correct path to disks "disks/"
Example:
/> cd /disks/
/disks>

Additional info:

Comment 3 Aron Gunn 2018-04-18 20:46:54 UTC

*** This bug has been marked as a duplicate of bug 1535114 ***