]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fix Sphinx warnings 67591/head
authorVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 2 Mar 2026 05:54:20 +0000 (12:54 +0700)
committerVille Ojamo <14869000+bluikko@users.noreply.github.com>
Mon, 2 Mar 2026 05:54:20 +0000 (12:54 +0700)
Add missing blank lines in two files to fix Sphinx warnings.

Signed-off-by: Ville Ojamo <git2233+ceph@ojamo.eu>
doc/crimson/crimson.rst
doc/mgr/smb.rst

index 72f7b3c135ab932e74a8fd2b08f95db974aca447..140affb72cba809e01369a8c64d3f806def76945 100644 (file)
@@ -91,6 +91,7 @@ On some conservative distributions, io_uring may be disabled, preventing Crimson
 If this configuration change is acceptable in your environment, you may enable io_uring support by running:
 
 .. prompt:: bash #
+
     sudo sysctl -w kernel.io_uring_disabled=0
 
 
index 86ac373ca3175e8058f3c994ed7134f494eeb8b0..d08a9ec6a7748fd98f4386e5765fd5953ff72d74 100644 (file)
@@ -261,6 +261,7 @@ Create a read-only share at a custom path in the CephFS volume:
 
     ceph smb share create test1 plans cephfs \
         --path=/qbranch/top/secret/plans --readonly
+
 Update Share QoS
 ++++++++++++++++