Bug 1472309

Summary: [doc] typo in command in troubleshooting guide
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Tomas Petr <tpetr>
Component: DocumentationAssignee: Bara Ancincova <bancinco>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.3CC: asriram, bancinco, kdreyer
Target Milestone: rc   
Target Release: 2.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: 2017-09-11 08:30:23 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:
Bug Depends On:    
Bug Blocks: 1465789    

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": [
.....