From ebc125efca7de7d4f952413b34624a4ca89cf9cf Mon Sep 17 00:00:00 2001 From: Ville Ojamo <14869000+bluikko@users.noreply.github.com> Date: Fri, 27 Jan 2023 17:27:51 +0700 Subject: [PATCH] doc/rados/operations: Fix double prompt In monitoring.rst a double prompt was rendered, one non-selectable and one selectable. Remove the selectable prompt. Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> (cherry picked from commit 7d7282c7bdf0396f9a192badeedf66976fa01e5e) --- doc/rados/operations/monitoring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index 4df711d8b76d9..34a8a0bcf86c8 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -60,7 +60,7 @@ In interactive mode, type ``status`` and press **Enter**: .. prompt:: ceph> :prompts: ceph> - ceph> status + status Ceph will print the cluster status. For example, a tiny Ceph demonstration cluster with one of each service may print the following: -- 2.39.5