From: Paul Dee Date: Thu, 12 Mar 2020 14:21:33 +0000 (+0100) Subject: doc: Spelling and grammar fixes in ceph-deploy-osd.rst X-Git-Tag: v16.1.0~2789^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc3543e9751213736b5a29d5fee8976fd34a7e7c;p=ceph.git doc: Spelling and grammar fixes in ceph-deploy-osd.rst Signed-off-by: Paul Dee --- diff --git a/doc/rados/deployment/ceph-deploy-osd.rst b/doc/rados/deployment/ceph-deploy-osd.rst index bb1db323692b..68841ea0ff41 100644 --- a/doc/rados/deployment/ceph-deploy-osd.rst +++ b/doc/rados/deployment/ceph-deploy-osd.rst @@ -6,7 +6,7 @@ Adding and removing Ceph OSD Daemons to your cluster may involve a few more steps when compared to adding and removing other Ceph daemons. Ceph OSD Daemons write data to the disk and to journals. So you need to provide a disk for the OSD and a path to the journal partition (i.e., this is the most common -configuration, but you may configure your system to your own needs). +configuration, but you may configure your system to your own needs). In Ceph v0.60 and later releases, Ceph supports ``dm-crypt`` on disk encryption. You may specify the ``--dmcrypt`` argument when preparing an OSD to tell @@ -15,7 +15,7 @@ You may specify the ``--dmcrypt`` argument when preparing an OSD to tell encryption keys. You should test various drive configurations to gauge their throughput before -before building out a large cluster. See `Data Storage`_ for additional details. +building out a large cluster. See `Data Storage`_ for additional details. List Disks @@ -58,7 +58,7 @@ addition to ``--filestore`` needs to be used to define the Journal device on the remote host. .. note:: When running multiple Ceph OSD daemons on a single node, and - sharing a partioned journal with each OSD daemon, you should consider + sharing a partitioned journal with each OSD daemon, you should consider the entire node the minimum failure domain for CRUSH purposes, because if the SSD drive fails, all of the Ceph OSD daemons that journal to it will fail too.