Bug 1849699
| Summary: | RHCS 4.1 has default bucket shard count enabled as 11 and it is not documented in release notes | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Vikhyat Umrao <vumrao> |
| Component: | Documentation | Assignee: | Ranjini M N <rmandyam> |
| Status: | CLOSED NOTABUG | QA Contact: | Tejas <tchandra> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1 | CC: | agunn, asriram, kdreyer, mbenjamin, rmandyam |
| Target Milestone: | z2 | ||
| Target Release: | 4.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-08-11 12:30:53 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1859104 | ||
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. (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. |
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