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 -----------------