Comment 11 for bug 1607961

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph (master)

Reviewed: https://review.openstack.org/349916
Committed: https://git.openstack.org/cgit/openstack/charm-ceph/commit/?id=9b37f57e45d5b311fa345e1116c41349379855d8
Submitter: Jenkins
Branch: master

commit 9b37f57e45d5b311fa345e1116c41349379855d8
Author: James Page <email address hidden>
Date: Tue Aug 2 11:02:36 2016 +0100

    Resync charm helpers for PG calc fixes

    When the Ceph RADOS Gateway is used with small OSD configurations
    (3 OSDs), the light pools consume 0.1% of storage by default; this
    results in PG counts below or equal to 0; enforce a minimum PG count
    of 2 as specified in the official Ceph PG calculator.

    Change-Id: I44748807540ddde1ac76493bd85bb0f1c708e16c
    Closes-Bug: 1607961