From 7dc88337690a5e403b95f1a9d6105099b0967de2 Mon Sep 17 00:00:00 2001 From: Robert Gildein Date: Thu, 2 Sep 2021 17:30:00 +0200 Subject: [PATCH] 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 --- doc/source/2110.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/2110.rst b/doc/source/2110.rst index 1e458a45..8fad8a26 100644 --- a/doc/source/2110.rst +++ b/doc/source/2110.rst @@ -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 * ``_ @@ -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 -----------------