Bug 1474857 - [DOC] Typo in commands in RGW guide for RHEL
Summary: [DOC] Typo in commands in RGW guide for RHEL
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 2.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: 3.0
Assignee: Bara Ancincova
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1496210
TreeView+ depends on / blocked
 
Reported: 2017-07-25 14:00 UTC by Ashish Singh
Modified: 2017-12-26 03:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-26 03:38:26 UTC
Embargoed:


Attachments (Terms of Use)

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:


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