From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Mon, 2 Mar 2026 05:54:20 +0000 (+0700) Subject: doc: Fix Sphinx warnings X-Git-Tag: v21.0.0~183^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67591%2Fhead;p=ceph.git doc: Fix Sphinx warnings Add missing blank lines in two files to fix Sphinx warnings. Signed-off-by: Ville Ojamo --- diff --git a/doc/crimson/crimson.rst b/doc/crimson/crimson.rst index 72f7b3c135ab..140affb72cba 100644 --- a/doc/crimson/crimson.rst +++ b/doc/crimson/crimson.rst @@ -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 diff --git a/doc/mgr/smb.rst b/doc/mgr/smb.rst index 86ac373ca317..d08a9ec6a774 100644 --- a/doc/mgr/smb.rst +++ b/doc/mgr/smb.rst @@ -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 ++++++++++++++++