Bug 1694721 - [DOC] change the parameter to bucket_index_max_shards for configuring bucket index sharding for multi-site configuration
Summary: [DOC] change the parameter to bucket_index_max_shards for configuring bucket ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 3.2
Hardware: x86_64
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 4.1
Assignee: Bara Ancincova
QA Contact: Tejas
URL:
Whiteboard:
Depends On:
Blocks: 1809603 1947381
TreeView+ depends on / blocked
 
Reported: 2019-04-01 13:18 UTC by Gaurav Sitlani
Modified: 2023-09-07 19:54 UTC (History)
3 users (show)

Fixed In Version: RHCS 4.1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1947381 (view as bug list)
Environment:
Last Closed: 2020-06-04 10:27:18 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHCEPH-7350 0 None None None 2023-09-07 19:54:38 UTC

Description Gaurav Sitlani 2019-04-01 13:18:23 UTC
Description of problem:

In section 3.4.3. - Object gateway guide [1] https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/3/html-single/object_gateway_guide_for_red_hat_enterprise_linux/#configuring-bucket-index-sharding-in-multi-site-configurations-rgw

Configuring Bucket Index Sharding in Multi-site Configurations the parameter mentioned to configure bucket index sharding should be "bucket_index_max_shards" instead of "rgw_override_bucket_index_max_shards" as its clearly mentioned when we get the zonegroup.json configuration file :

# radosgw-admin zonegroup get 

[root@ceph-a1 ~]# radosgw-admin zonegroup get 
{
    "id": "44237e94-fb59-42e8-91a3-67fec8cbdcab",
    "name": "us",
    "api_name": "us",
    "is_master": "true",
    "endpoints": [
        "http://ceph-a1:8080"
    ],
    "hostnames": [],
    "hostnames_s3website": [],
    "master_zone": "e0481c22-ce02-4b44-a16c-c0f9174ef6d0",
    "zones": [
        {
            "id": "e0481c22-ce02-4b44-a16c-c0f9174ef6d0",
            "name": "california",
            "endpoints": [
                "http://ceph-a1.test.com:8080"
            ],
            "log_meta": "false",
            "log_data": "false",
            "bucket_index_max_shards": 10,     <<<<< This parameter
            "read_only": "false",
            "tier_type": "",
            "sync_from_all": "true",
            "sync_from": []
        }
    ],
    "placement_targets": [
        {
            "name": "default-placement",
            "tags": []
        }
    ],
    "default_placement": "default-placement",
    "realm_id": "e36bc62c-d043-42b8-8e3d-c789508a613d"
}

The parameter should be corrected in the whole section [3.4.3]

Comment 1 Giridhar Ramaraju 2019-08-05 13:06:37 UTC
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. 

Regards,
Giri

Comment 2 Giridhar Ramaraju 2019-08-05 13:09:15 UTC
Updating the QA Contact to a Hemant. Hemant will be rerouting them to the appropriate QE Associate. 

Regards,
Giri


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