From: Zac Dover Date: Thu, 7 Aug 2025 04:41:01 +0000 (+1000) Subject: doc/rados: document section absent in release < T X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bdc22ba660e6bf81c5ecc5d0d0876a4013ebceeb;p=ceph.git 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 --- 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 ---------------------------