Bug 1489064
Summary: | prevent creation (of pools with) too many PGs | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Sage Weil <sweil> |
Component: | RADOS | Assignee: | Josh Durgin <jdurgin> |
Status: | CLOSED ERRATA | QA Contact: | shylesh <shmohan> |
Severity: | high | Docs Contact: | Bara Ancincova <bancinco> |
Priority: | high | ||
Version: | 3.0 | CC: | ceph-eng-bugs, ceph-qe-bugs, dzafman, hnallurv, icolle, jdurgin, kchai, kdreyer, mhackett, shmohan, sweil, tserlin, vumrao |
Target Milestone: | rc | Keywords: | Reopened |
Target Release: | 3.0 | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | RHEL: ceph-12.2.1-16.el7cp Ubuntu: ceph_12.2.1-18redhat1 | Doc Type: | Bug Fix |
Doc Text: |
.The number of PGs per OSD is now limited
Previously, it was possible to create pools that included a large number of placement groups (PGs) which could overload the cluster. This update introduces a new configuration option, `mon_max_pg_per_osd`, that limits the number of PGs per OSD to 200. Creating pools or adjusting the `pg_num` parameter now fails if the change would make the number of PGs per OSD exceed the configured limit. You can adjust this option in the Ceph configuration file. In addition, the `mon_pg_warn_max_per_osd` option has been removed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-12-05 23:42:05 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: | 1494421 |
Description
Sage Weil
2017-09-06 15:59:30 UTC
https://github.com/ceph/ceph/pull/17814 is backport PR *** This bug has been marked as a duplicate of bug 1491007 *** *** Bug 1491007 has been marked as a duplicate of this bug. *** Verified on 12.2.1-29 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, 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-2017:3387 |