Bug 1603615
Summary: | Ceph PG calculator conflict with mon_max_pg_per_osd | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Ben England <bengland> | ||||||
Component: | RADOS | Assignee: | Neha Ojha <nojha> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 3.1 | CC: | akrzos, ceph-eng-bugs, dwilson, dzafman, gfarnum, jdurgin, johfulto, kchai, linuxkidd, mnelson, nojha, shiyuan, xmeng | ||||||
Target Milestone: | rc | ||||||||
Target Release: | 3.2 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2018-08-22 21:25:18 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: | |||||||||
Attachments: |
|
Description
Ben England
2018-07-19 18:05:26 UTC
Created attachment 1460926 [details]
screenshot try 2 of Ceph PG calculator
shows output of Ceph PG calculator for specified inputs
Since this is already in the wild docs/pg calc, let's increase the mon_max_pgs_per_osd to 300 to avoid this. Upstream PR: https://github.com/ceph/ceph/pull/23251 Still really need to fix the PG calculator though. In that screenshot it appears to be default recommending the user target 200 PGs/OSD, so saying to create 70144 PGs with 3x replication. Or else somebody or something else put in the target of 200, in which case we should fix those. Michael, any thoughts? I think then, the best course of action based on all the info (and new balancer module) is to reduce the default target PGs per OSD to 100 in the PG Calc tool, and remove all mentions of 300 as a target. If someone is intentionally setting it to 200 and they get that warning, I think the expectation is that the cluster will be expanded soon and they can figure out how to adjust the warning threshold. Sound reasonable? Hi Michael I have updated the changes according to your suggestions, please review it on https://labsci.usersys.redhat.com/labs/cephpgc/ Thanks! Hello Shiyi, The update looks good to me. Please push it to the production instance. Thanks! Hi Michael The new update has been on production instance. Thanks! |