Bug 1472309 - [doc] typo in command in troubleshooting guide
Summary: [doc] typo in command in troubleshooting guide
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 2.3
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: 2.3
Assignee: Bara Ancincova
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1465789
TreeView+ depends on / blocked
 
Reported: 2017-07-18 12:45 UTC by Tomas Petr
Modified: 2020-09-10 10:57 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-09-11 08:30:23 UTC
Embargoed:


Attachments (Terms of Use)

Description Tomas Petr 2017-07-18 12:45:24 UTC
Description of problem:
In chapter 6.3, there is typo in following command on two places:
# rados list-inconsistent-object <placement-group-id>

Correct command is 
# rados list-inconsistent-obj <placement-group-id>

 https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html-single/troubleshooting_guide/#listing-inconsistencies

Version-Release number of selected component (if applicable):
RHCS 2

How reproducible:
Always

Steps to Reproduce:
1.
2.
3.

Actual results:
executing command with typo ends with 
"unrecognized command list-inconsistent-object; -h or --help for usage"

Expected results:
correct commands works fine

Additional info:
Part in docu, line where to fix:
----------------
Listing Inconsistent Objects in a Placement Group

rados list-inconsistent-object <placement-group-id>   <-----

For example, list inconsistent objects in a placement group with ID 0.6:

# rados list-inconsistent-object 0.6        <-----
{
    "epoch": 14,
    "inconsistents": [
.....


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