* 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: