From 18dc7b168058e2dcbc0ee95e2dbade0371b05a0e Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 24 Oct 2022 07:14:32 +1000 Subject: [PATCH] doc/cephadm: clean colons in host-management.rst Two lines in host-management.rst ended with both colons and full stops (periods), causing a kind of punctuational turf war. This commit removes the full stops. Signed-off-by: Zac Dover (cherry picked from commit 495182b84e86babdba38c184d489f118e8881e2c) --- doc/cephadm/host-management.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cephadm/host-management.rst b/doc/cephadm/host-management.rst index 73cdf34cfb160..497cab71f4ca9 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -188,14 +188,14 @@ Rescanning Host Devices Some servers and external enclosures may not register device removal or insertion with the kernel. In these scenarios, you'll need to perform a host rescan. A rescan is typically -non-disruptive, and can be performed with the following CLI command.: +non-disruptive, and can be performed with the following CLI command: .. prompt:: bash # ceph orch host rescan [--with-summary] The ``with-summary`` flag provides a breakdown of the number of HBAs found and scanned, together -with any that failed.: +with any that failed: .. prompt:: bash [ceph:root@rh9-ceph1/]# -- 2.39.5