]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: update typo in install.rst 43604/head
authorZac Dover <zac.dover@gmail.com>
Wed, 20 Oct 2021 14:42:02 +0000 (00:42 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 20 Oct 2021 14:42:02 +0000 (00:42 +1000)
This PR changes the string

   use "--log-to-file" option during bootstrap

to

   use the "--log-to-file" option during bootstrap

The way that it was written makes it sound like it was
written by a native Russian speaker. But it was written
by me, a native English speaker, so this is on me.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/cephadm/install.rst

index 25907296c5455863be8614d92043ad7f06bfe65a..269bdfbcad53240734bcd33039c99156276d06e9 100644 (file)
@@ -176,7 +176,7 @@ available options.
 * By default, Ceph daemons send their log output to stdout/stderr, which is picked
   up by the container runtime (docker or podman) and (on most systems) sent to
   journald.  If you want Ceph to write traditional log files to ``/var/log/ceph/$fsid``,
-  use ``--log-to-file`` option during bootstrap.
+  use the ``--log-to-file`` option during bootstrap.
 
 * Larger Ceph clusters perform better when (external to the Ceph cluster)
   public network traffic is separated from (internal to the Ceph cluster)