From: Zac Dover Date: Wed, 29 Jan 2025 14:05:59 +0000 (+1000) Subject: doc/cephadm: simplify confusing math proposition X-Git-Tag: v20.0.0~296^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d9e96c44f63e1ef81248c74e5b126316e99eff6f;p=ceph.git doc/cephadm: simplify confusing math proposition s/This means that the exact device size is 3.64 * 1000, or 3640GB"/This means that the exact device size is 3.64TB, or 3640 GB"/ In the original text, the number "3.64" appears to refer to a quantity (and indeed, it is a quantity of Terabytes), but it is unlabeled. Also, on repeated recent readings of this sentence I found it more puzzling than enlightening. So I made this commit. Signed-off-by: Zac Dover --- diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index 90ebd86f897f9..4a2101ca2f2d6 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -110,7 +110,7 @@ general form of the command above: "3.64 TB" -This means that the exact device size is 3.64 * 1000, or 3640GB. +This means that the exact device size is 3.64 TB, or 3640GB. This procedure was developed by Frédéric Nass. See `this thread on the [ceph-users] mailing list