From 0003abd49c239e7bab64860c403b1f6596e2ad7a Mon Sep 17 00:00:00 2001 From: wangfei Date: Mon, 19 Jul 2021 09:53:40 +0800 Subject: [PATCH] doc/cephadm: correct a transposed word error The positions of two words are interchanged: scans each cluster in the host ----> scans each host in the cluster Signed-off-by: "Wang,Fei" --- doc/cephadm/osd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/osd.rst b/doc/cephadm/osd.rst index 47af0599166..711e2ece288 100644 --- a/doc/cephadm/osd.rst +++ b/doc/cephadm/osd.rst @@ -7,7 +7,7 @@ OSD Service List Devices ============ -``ceph-volume`` scans each cluster in the host from time to time in order +``ceph-volume`` scans each host in the cluster from time to time in order to determine which devices are present and whether they are eligible to be used as OSDs. -- 2.39.5