Comment 11 for bug 1753640

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

Reviewed: https://review.openstack.org/564463
Committed: https://git.openstack.org/cgit/openstack/charms.ceph/commit/?id=978e561782105db0cf47c1076434f0739dd3855d
Submitter: Zuul
Branch: master

commit 978e561782105db0cf47c1076434f0739dd3855d
Author: Chris MacNaughton <email address hidden>
Date: Thu Apr 26 13:11:43 2018 +0200

    Add broker support for passing app_name

    In Ceph >= Luminous, application name needs to be set
    on a per-pool level to avoid health warnings. This
    change adds support for sending the application name
    over the broker channel from consuming charms.

    When a name is not sent from the other side of the
    relation, the application name will be set to "unknown"
    in Luminous and greater

    Change-Id: I99ae47b6802f50ea019751ffa328f11567cca567
    Closes-Bug: #1753640