Bug 2155766
Summary: | (RHCS 6.0) [RADOS] Check for number of pgs is not accurate | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Matan Breizman <mbreizma> |
Component: | RADOS | Assignee: | Matan Breizman <mbreizma> |
Status: | CLOSED ERRATA | QA Contact: | Pawan <pdhiran> |
Severity: | low | Docs Contact: | Akash Raj <akraj> |
Priority: | unspecified | ||
Version: | 6.0 | CC: | akraj, akupczyk, amathuri, bhubbard, ceph-eng-bugs, cephqe-warriors, choffman, ksirivad, lflores, nojha, pdhange, rfriedma, rzarzyns, sseshasa, tserlin, vumrao |
Target Milestone: | --- | ||
Target Release: | 6.1z1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ceph-17.2.6-1.el9cp | Doc Type: | Bug Fix |
Doc Text: |
.Users can check for accurate number of placement groups with the crush rule
Previously, `check_pg_num()` function would not take into account the root OSDs used by the crush rule. This resulted in an inaccurate placement group number per OSD count.
With this fix, `check_pg_num()` counts the projected placement group number which are part of the pools affected by the crush rule. The same applies to the number of OSDs as well; instead of dividing the projected placement group number total by all the `osdmap` 's OSDs, it is divided only by the OSDs used by the crush rule.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-08-03 16:45:09 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: | 2221020 |
Description
Matan Breizman
2022-12-22 09:58:43 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 6.1 Bug Fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:4473 |