Bug 2325408
Summary: | [RGW] HEAD on bucket shall not traverse all bucket index shards | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Harald Klein <hklein> |
Component: | RGW | Assignee: | J. Eric Ivancich <ivancich> |
Status: | VERIFIED --- | QA Contact: | sohan singh <sohsingh> |
Severity: | medium | Docs Contact: | Rivka Pollack <rpollack> |
Priority: | medium | ||
Version: | 7.1 | CC: | cbodley, ceph-eng-bugs, cephqe-warriors, ckulal, ivancich, rpollack, tserlin, vimishra |
Target Milestone: | --- | Flags: | mbenjamin:
needinfo?
(ivancich) |
Target Release: | 8.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ceph-19.2.1-113.el9cp | Doc Type: | Enhancement |
Doc Text: |
.HeadBucket requests are now less resource intensive
Previously, all HeadBucket requests required querying all the shards to assemble statistics, which made the requests resource intensive operations.
With this enhancement, the HeadBucket API now reports the `X-RGW-Bytes-Used` and `X-RGW-Object-Count` headers only when the `read-stats` query string is explicitly included in the API request. As a result, HeadBucket requests are now less resource intensive but results received, when specified.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 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: | 2351689 |
Description
Harald Klein
2024-11-12 09:19:29 UTC
|