Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
This project is now read‑only. Starting Monday, February 2, please use https://ibm-ceph.atlassian.net/ for all bug tracking management.

Bug 2189425

Summary: [cee/sd][Doc]Modify the section "Deploying the Ceph Object Gateway using the service specification" in object gateway guide
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Janmejay Singh <jansingh>
Component: DocumentationAssignee: Ranjini M N <rmandyam>
Documentation sub component: Object Gateway Guide QA Contact: Madhavi Kasturi <mkasturi>
Status: CLOSED CURRENTRELEASE Docs Contact:
Severity: medium    
Priority: unspecified CC: ddf-bot, rmandyam
Version: 6.0Keywords: NoDocsQEReview
Target Milestone: ---   
Target Release: Backlog   
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: 2023-06-23 05:25:08 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:

Description Janmejay Singh 2023-04-25 07:47:46 UTC
Describe the issue:
In object gateway guide:
The provided commands to create realm/zonegroup/zone have --default option missing.



Current :
--------------------
radosgw-admin realm create --rgw-realm=test_realm
radosgw-admin zonegroup create --rgw-zonegroup=test_zonegroup
radosgw-admin zone create --rgw-zonegroup=test_zonegroup --rgw-zone=test_zone
radosgw-admin period update --rgw-realm=test_realm --commit
---------------------

Required:
---------------
radosgw-admin realm create --rgw-realm=test_realm --default
radosgw-admin zonegroup create --rgw-zonegroup=test_zonegroup --default
radosgw-admin zone create --rgw-zonegroup=test_zonegroup --rgw-zone=test_zone --default
radosgw-admin period update --rgw-realm=test_realm --commit
---------------


Document URL:
https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/object_gateway_guide/index#deploying-the-ceph-object-gateway-using-the-service-specification_rgw

Chapter/Section Number and Title:
Chapter: 3.3
Section: 3.3.3.i : Create the custom realm, zone, and zone group:

Comment 3 Vidushi Mishra 2023-06-14 05:02:08 UTC
*** Bug 2150869 has been marked as a duplicate of this bug. ***