From ec86fb897fc5d3d962e8443873914b51ebb42c35 Mon Sep 17 00:00:00 2001 From: Ryan Taylor Date: Tue, 26 Nov 2024 16:50:41 -0800 Subject: [PATCH] doc: fix rst syntax in interfaces.rst --- doc/diopside/manual/interfaces.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/diopside/manual/interfaces.rst b/doc/diopside/manual/interfaces.rst index 82683e91bc..0f8465cf0f 100644 --- a/doc/diopside/manual/interfaces.rst +++ b/doc/diopside/manual/interfaces.rst @@ -1002,7 +1002,7 @@ Remove a redirection rule: eos access rm redirect -. index:: +.. index:: pair: Access; Thread Limiting @@ -1060,7 +1060,7 @@ A user request hitting a thread-pool (with exceeded user limit!) is not served b *Hint:* thread-limits can lead to longer client starvation periods in some cases of long overload periods because previous stalls of requests don't change the probability that a client is repeatedly stalled! -. index:: +.. index:: pair: Access; Rate Limiting Rate Limiting Rules @@ -1568,8 +1568,8 @@ E.g. if you have a shared filesystem called nfs1 only clients with application t IO Priorities -------------- -IO priorities are currently ony suported by devices using the CFQ -(CentOS7) or BFQ (Centos8s) scheduler for reads and direct writes. You +IO priorities are currently only supported by devices using the CFQ +(CentOS7) or BFQ (Centos8) scheduler for reads and direct writes. You can figure out which scheduler is used by inspecting: .. code-block:: bash -- GitLab