From bdc22ba660e6bf81c5ecc5d0d0876a4013ebceeb Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 7 Aug 2025 14:41:01 +1000 Subject: [PATCH] doc/rados: document section absent in release < T Add a note to doc/rados/operations/erasure-code.rst to warn future backporters against adding the section "Erasure Coding Optimizations" to versions of the documentation prior to the Tentacle release. Signed-off-by: Zac Dover --- doc/rados/operations/erasure-code.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/rados/operations/erasure-code.rst b/doc/rados/operations/erasure-code.rst index b09b828b76a..7c48b9ebc81 100644 --- a/doc/rados/operations/erasure-code.rst +++ b/doc/rados/operations/erasure-code.rst @@ -194,6 +194,13 @@ erasure-coded pool as the ``--data-pool`` during image creation: For CephFS, an erasure-coded pool can be set as the default data pool during file system creation or via `file layouts <../../../cephfs/file-layouts>`_. +.. + In the Tentacle documentation, there is a section here called "Erasure + Coding Enhancements". This section does not exist in documentation prior to + the Tentacle documentation. The relevant section was introduced in commit + 185987afff561001423196e9bc1366e4b7079c20, in + https://github.com/ceph/ceph/pull/64809. + Erasure-coded pool overhead --------------------------- -- 2.47.3