]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: clean colons in host-management.rst 48603/head
authorZac Dover <zac.dover@gmail.com>
Sun, 23 Oct 2022 21:14:32 +0000 (07:14 +1000)
committerZac Dover <zac.dover@gmail.com>
Sun, 23 Oct 2022 22:42:28 +0000 (08:42 +1000)
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 <zac.dover@gmail.com>
(cherry picked from commit 495182b84e86babdba38c184d489f118e8881e2c)

doc/cephadm/host-management.rst

index f418456ebb27ae3760b25e10b7375b61464e3eac..8e1340b2b4e1d34454980a6caccf1a7360d8ecb2 100644 (file)
@@ -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 <hostname> [--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/]#