Comment 5 for bug 1749544

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/544588
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=fa026d64408e5a158f2f03de440f6c854de8045b
Submitter: Zuul
Branch: master

commit fa026d64408e5a158f2f03de440f6c854de8045b
Author: John Fulton <email address hidden>
Date: Wed Feb 14 18:06:28 2018 +0000

    Add non-production ceph defaults to low-memory-usage.yaml

    Ceph Luminous does not create a pool if the pg_number,
    pool size, and mon_max_pg_per_osd are outside of Ceph
    recomended practice for production clusters. TripleO
    development environments which use low-memory-usage.yaml
    may not meet this criteria and fail a deployment with
    Luminous unless the defaults for these values are overriden
    as in this change.

    Change-Id: I12ee495b780f29fc098c5c3bd57c46fd946146ae
    Closes-Bug: #1749544