ceph-osd charm: new action to display availability zones information

The ceph-osd charm has a new action: ``get-availability-zone``.

This action returns availability zone information that contains CRUSH structure
information. Specifically 'rack', 'row', etc.

Closes-Bug: #1911006
Change-Id: Ib9cb089c9c3ea6b2abcf9ba6ca28fa9cf96b6470
This commit is contained in:
Robert Gildein 2021-09-02 17:30:00 +02:00
parent 6a5316cbef
commit 7dc8833769
1 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Summary of changes
* `ceph-mon charm: disk capacity alert threshold configuration`_
* `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`_
* New tech-preview charms
* `<TITLE>`_
@ -178,6 +179,15 @@ The nova charm has some new configuration options:
These options are used to define NUMA affinity for neutron physnets and
tunneled networks.
ceph-osd charm: new action to display availability zones information
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The ceph-osd charm has a new action: ``get-availability-zone``.
This action returns availability zone information that contains CRUSH structure
information. Specifically 'rack', 'row', etc.
New stable charms
-----------------