Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: use small default pg count for CephFS pools #30816

Merged
merged 2 commits into from
Oct 15, 2019
Merged

Commits on Oct 10, 2019

  1. *: remove config of "mon pg warn min per osd" in testing

    Follows: 609ab5a
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    batrick committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    518168f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. qa: use small default pg count for CephFS pools

    The pg count needs to be a power-of-two since
    dff5697.
    
    Also, mon_pg_warn_min_per_osd is disabled by default now (or set to a
    low value in vstart/testing) so there's no need to base the pg count on
    this value.
    
    Ideally someday we can remove this so that the default cluster value is
    used but we need to keep this for deployments of older versions of Ceph.
    
    Fixes: https://tracker.ceph.com/issues/42228
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    batrick committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    fc88e6c View commit details
    Browse the repository at this point in the history