Add ceph-mon configuration release note.

Add release note regarding the addition of
'monitor-data-available-warning' and 'monitor-data-available-critical'
options to the ceph-mon charm.

Related-Bug: #1890777
Change-Id: I84738b90920100ef91da2c27c11f86a17d94862c
This commit is contained in:
Cornellius Metto 2021-05-14 11:05:02 +03:00 committed by Peter Matulis
parent 9eb0847b58
commit 7df4290865
1 changed files with 13 additions and 2 deletions

View File

@ -10,6 +10,7 @@ Summary of changes
* New charm features
* `ceilometer-agent charm: new polling configuration options`_
* `cinder-purestorage charm: new configuration options`_
* `ceph-mon charm: disk capacity alert threshold configuration`_
* New tech-preview charms
* `<TITLE>`_
@ -88,7 +89,7 @@ collected by the compute polling agent. The meters that can be collected via
cinder-purestorage charm: new configuration options
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The cinder-purestorage charm has a number of new options:
The cinder-purestorage charm has a number of new configuration options:
* ``eradicate-on-delete``
* ``automatic-max-oversubscription``
@ -120,7 +121,7 @@ of these configuration options.
neutron-api charm: FWaaS option
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The neutron-api charm has a new option: ``enable-fwaas``.
The neutron-api charm has a new configuration option: ``enable-fwaas``.
This option controls the enablement of the Neutron FWaaS service. It defaults
to 'true' to retain past behaviour but only takes effect for OpenStack releases
@ -130,6 +131,16 @@ neutron-api units.
See deprecation notice `neutron-api charm: FWaaS removal`_ for background
information.
ceph-mon charm: disk capacity alert threshold configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ceph-mon charm has two new configuration options:
``monitor-data-available-warning`` and ``monitor-data-available-critical``.
These options can be used to configure the thresholds at which the Ceph cluster
goes into HEALTH_WARN and HEALTH_ERR states based on the available disk
capacity.
New stable charms
-----------------