ceph-mon charm: new parameters for pool list action

The ceph-mon charm has a new `format` parameter to provides a more details
with options:

* ``text`` - provides less information [default]
* ``text-full`` - provides more information in json with idents
* ``json`` - provides more information in json

The default `text` provides the same output as previous version.

Closes-Bug: #1920135
Change-Id: I4205aca89649f8e7b7fb388da089993e8b970a94
This commit is contained in:
Robert Gildein 2021-09-09 14:27:39 +02:00
parent 01542228b9
commit 809634aa90
1 changed files with 15 additions and 1 deletions

View File

@ -14,7 +14,8 @@ Summary of changes
* `designate charm: new options for creating DNS records`_
* `nova-compute charm: new options for neutron physnets NUMA affinity`_
* `ceph-osd charm: new action to display availability zones information`_
* `manila charm: new relation nrpe-external-master to nrpe charm`
* `manila charm: new relation nrpe-external-master to nrpe charm`
* `ceph-mon charm: new parameter for list-pools action`_
* New tech-preview charms
* `<TITLE>`_
@ -196,6 +197,19 @@ The manila charm has a new relation to nrpe charm.
This relation adds nrpe checks for services managed by manila charm
to be monitored with Nagios.
ceph-mon charm: new parameter for list-pools action
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ceph-mon charm's list-pools action has a new `format` parameter that
accepts the following values:
* ``text`` - provides less information [default]
* ``text-full`` - provides more information in json with indents
* ``json`` - provides more information in json
The default `text` provides the same output as previous version.
New stable charms
-----------------