]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: typo fixes 44192/head
authorliuqinfei <18138800392@163.com>
Sat, 27 Nov 2021 19:57:05 +0000 (03:57 +0800)
committerliuqinfei <18138800392@163.com>
Thu, 2 Dec 2021 15:19:34 +0000 (23:19 +0800)
Signed-off-by: liuqinfei <18138800392@163.com>
doc/ceph-volume/intro.rst
doc/ceph-volume/lvm/activate.rst
doc/install/mirrors.rst
doc/install/windows-install.rst

index d59dd2b6c0f63085105430728632e3ad0b5bbe04..c36f12a776dde9c2b6a4272295615695703a6102 100644 (file)
@@ -15,7 +15,7 @@ them.
 
 Replacing ``ceph-disk``
 -----------------------
-The ``ceph-disk`` tool was created at a time were the project was required to
+The ``ceph-disk`` tool was created at a time when the project was required to
 support many different types of init systems (upstart, sysvinit, etc...) while
 being able to discover devices. This caused the tool to concentrate initially
 (and exclusively afterwards) on GPT partitions. Specifically on GPT GUIDs,
index eef5a0101fdbfd832bd41a574152e4a9612a37db..15df64cfebdd1e7fab648647241f5c838d6f6d37 100644 (file)
@@ -96,7 +96,7 @@ Existing OSDs
 -------------
 For existing OSDs that have been deployed with ``ceph-disk``, they need to be
 scanned and activated :ref:`using the simple sub-command <ceph-volume-simple>`.
-If a different tooling was used then the only way to port them over to the new
+If a different tool was used then the only way to port them over to the new
 mechanism is to prepare them again (losing data). See
 :ref:`ceph-volume-lvm-existing-osds` for details on how to proceed.
 
index 35df93f627d795935c19a8f83599e2c7dd54f8aa..442b5203490fba5707a4d159d9ee42ff4c50b7f1 100644 (file)
@@ -42,7 +42,7 @@ Change this to:
 Mirroring
 =========
 
-You can easily mirror Ceph yourself using a Bash script and rsync. A easy to use
+You can easily mirror Ceph yourself using a Bash script and rsync. An easy-to-use
 script can be found at `Github`_.
 
 When mirroring Ceph, please keep the following guidelines in mind:
index fb5b5b6f52f886698cc1f3e83c7ce7d9b465af6f..3c7a011c4a0f507f28e3a2e0010276d2362de5f5 100644 (file)
@@ -5,7 +5,7 @@ Installing Ceph on Windows
 ==========================
 
 The Ceph client tools and libraries can be natively used on Windows. This avoids
-the need of having additional layers such as iSCSI gateways or SMB shares,
+the need for additional layers such as iSCSI gateways or SMB shares,
 drastically improving the performance.
 
 Prerequisites