Bug 1849699 - RHCS 4.1 has default bucket shard count enabled as 11 and it is not documented in release notes
Summary: RHCS 4.1 has default bucket shard count enabled as 11 and it is not documente...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Documentation
Version: 4.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: z2
: 4.1
Assignee: Ranjini M N
QA Contact: Tejas
URL:
Whiteboard:
Depends On:
Blocks: 1859104
TreeView+ depends on / blocked
 
Reported: 2020-06-22 14:26 UTC by Vikhyat Umrao
Modified: 2020-08-11 12:30 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-11 12:30:53 UTC
Embargoed:


Attachments (Terms of Use)

Description Vikhyat Umrao 2020-06-22 14:26:44 UTC
Description of problem:
RHCS 4.1 has default bucket shard count enabled as 11 and it is not documented in release notes

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

# radosgw-admin zonegroup get
{
    "id": "fc7c026b-7075-4ad5-86df-ffb584c1e753",
    "name": "default",
    "api_name": "default",
    "is_master": "true",
    "endpoints": [],
    "hostnames": [],
    "hostnames_s3website": [],
    "master_zone": "d9bc2dd5-b8d8-41ba-99dd-894de43a39d2",
    "zones": [
        {
            "id": "d9bc2dd5-b8d8-41ba-99dd-894de43a39d2",
            "name": "default",
            "endpoints": [],
            "log_meta": "false",
            "log_data": "false",
            "bucket_index_max_shards": 11,
            "read_only": "false",
            "tier_type": "",
            "sync_from_all": "true",
            "sync_from": [],
            "redirect_zone": ""
        }
    ],
    "placement_targets": [
        {
            "name": "default-placement",
            "tags": [],
            "storage_classes": [
                "STANDARD"
            ]
        }
    ],
    "default_placement": "default-placement",
    "realm_id": ""
}

Please document this in RHCS 4.1 release notes.

Thank you,

-- vikhyat

Comment 1 RHEL Program Management 2020-06-22 14:26:51 UTC
Please specify the severity of this bug. Severity is defined here:
https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity.

Comment 2 Vikhyat Umrao 2020-06-22 14:28:19 UTC
(In reply to Vikhyat Umrao from comment #0)
> Description of problem:
> RHCS 4.1 has default bucket shard count enabled as 11 and it is not
> documented in release notes
> 
> Version-Release number of selected component (if applicable):
> 
> # radosgw-admin zonegroup get
> {
>     "id": "fc7c026b-7075-4ad5-86df-ffb584c1e753",
>     "name": "default",
>     "api_name": "default",
>     "is_master": "true",
>     "endpoints": [],
>     "hostnames": [],
>     "hostnames_s3website": [],
>     "master_zone": "d9bc2dd5-b8d8-41ba-99dd-894de43a39d2",
>     "zones": [
>         {
>             "id": "d9bc2dd5-b8d8-41ba-99dd-894de43a39d2",
>             "name": "default",
>             "endpoints": [],
>             "log_meta": "false",
>             "log_data": "false",
>             "bucket_index_max_shards": 11,

^^ Please check this config.


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