Bug 1474857

Summary: [DOC] Typo in commands in RGW guide for RHEL
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Ashish Singh <assingh>
Component: DocumentationAssignee: Bara Ancincova <bancinco>
Status: CLOSED CURRENTRELEASE QA Contact: ceph-qe-bugs <ceph-qe-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.4CC: asriram, hnallurv, kdreyer
Target Milestone: rc   
Target Release: 3.0   
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: 2017-12-26 03:38:26 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: 1496210    

Description Ashish Singh 2017-07-25 14:00:59 UTC
* Description of problem:
In Section 3, of "Object Gateway Guide for Red Hat Enterprise Linux" there are typo's in following commands:

1. Section 3.5.5. Modify User Information
# radosgw-admin subuser modify --uid=janedoe:swift --access=full

Correct command is :
# radosgw-admin subuser modify --subuser=janedoe:swift --access=full

2. Section 3.5.8. Remove a Subuser
# radosgw-admin subuser rm --uid=johndoe:swift

Correct command is :
# radosgw-admin subuser rm --subuser=johndoe:test

3. Section 3.6.2. Enable and Disable User Quotas
# radosgw-admin quota-disable --quota-scope=user --uid=<uid>

Correct command is :
# radosgw-admin quota disable --quota-scope=user --uid=<uid>

https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/2/html-single/object_gateway_guide_for_red_hat_enterprise_linux/

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

* How reproducible:
Always

* Actual results:
Executing command with typo ends with :
"could not modify subuser: unable to parse request, user info was not populated"

* Expected results:
Correct commands works fine.

* Additional info: