From 51cfb22e8bd3684ca775841338b805496e506e81 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 f418456ebb27a..8e1340b2b4e1d 100644 --- a/doc/cephadm/host-management.rst +++ b/doc/cephadm/host-management.rst @@ -190,14 +190,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