From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Thu, 23 Apr 2026 07:55:38 +0000 (+0700) Subject: doc: fix Sphinx complaints X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3848dafb42d48f311e074e447712a7b513b58491;p=ceph.git doc: fix Sphinx complaints Fix section title underlines in ec_stretch_cluster.rst. Fix table that was not rendered at all in lua-scripting.rst. Signed-off-by: Ville Ojamo --- diff --git a/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst b/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst index b982b14af291..07bcc6185680 100644 --- a/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst +++ b/doc/dev/osd_internals/erasure_coding/ec_stretch_cluster.rst @@ -1,6 +1,6 @@ -===================================================== +======================================================== Design Document: Ceph Erasure Coded (EC) Stretch Cluster -===================================================== +======================================================== .. note:: @@ -108,7 +108,7 @@ to the CLIs that control stretch mode. 2.1 ceph osd pool create -^^^^^^^^^^^^^^^^^^^^^^^^ +~~~~~~~~~~~~~~~~~~~~~~~~ The ceph osd pool create command will be extended to become a parameterized command. @@ -311,7 +311,7 @@ These are used for backward compatibility only. 2.3 Examples -^^^^^^^^^^^^ +~~~~~~~~~~~~ The following are examples of how the new parameterized ``ceph osd pool create`` command simplifies pool creation across different topologies. @@ -1078,7 +1078,7 @@ each object that results in the fewest bytes crossing zone boundaries. specifies which remote-zone shards to fetch. 9.3 Delegated Remote-zone Recovery — *Later Release* -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. note:: @@ -1104,7 +1104,7 @@ each object that results in the fewest bytes crossing zone boundaries. and are deferred to a later release. 9.4.1 Remote-zone Fallback (Push Recovery) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If a remote zone cannot perform zone-local recovery, and the cost-based analysis determines that Primary-side reconstruction and push is the cheapest option: diff --git a/doc/radosgw/lua-scripting.rst b/doc/radosgw/lua-scripting.rst index edc91523ad76..e3cc950022b7 100644 --- a/doc/radosgw/lua-scripting.rst +++ b/doc/radosgw/lua-scripting.rst @@ -200,7 +200,7 @@ Request Fields +----------------------------------------------------+----------+--------------------------------------------------------------+----------+-----------+----------+ | ``Request.Bucket.Quota.Rounded`` | boolean | bucket quota is rounded to 4K | no | no | no | +----------------------------------------------------+----------+--------------------------------------------------------------+----------+-----------+----------+ -| ``Request.Bucket.Tags`` | table | bucket tags | no | no | yes | +| ``Request.Bucket.Tags`` | table | bucket tags | no | no | yes | +----------------------------------------------------+----------+--------------------------------------------------------------+----------+-----------+----------+ | ``Request.Bucket.PlacementRule`` | table | bucket placement rule | no | no | yes | +----------------------------------------------------+----------+--------------------------------------------------------------+----------+-----------+----------+