]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start/quick-ceph-deploy: fix typos etc 16224/head
authorSage Weil <sage@redhat.com>
Mon, 10 Jul 2017 14:04:24 +0000 (10:04 -0400)
committerSage Weil <sage@redhat.com>
Mon, 10 Jul 2017 14:04:24 +0000 (10:04 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
doc/start/quick-ceph-deploy.rst

index 6aac74575862555ecf23dcd8e99c3811a7298af9..cc3899a7086f04969c2cf5519ad96a988de4f3c0 100644 (file)
@@ -123,7 +123,7 @@ configuration details, perform the following steps using ``ceph-deploy``.
      ceph-deploy mgr create node1
 
 #. Add three OSDs. For the purposes of these instructions, we assume you have an
-   unused disk in each node called ``/dev/vdb``.  *Be sure that whatever device you use is not currently in use and does not contain any important data.*
+   unused disk in each node called ``/dev/vdb``.  *Be sure that the device is not currently in use and does not contain any important data.*
 
      ceph-deploy osd create {ceph-node}:{device}
 
@@ -194,7 +194,7 @@ Manager to run. For high availability, Ceph Storage Clusters typically
 run multiple Ceph Monitors so that the failure of a single Ceph
 Monitor will not bring down the Ceph Storage Cluster. Ceph uses the
 Paxos algorithm, which requires a majority of monitors (i.e., greather
-than *N/2* where *N* is the number of monitors) for form a quorum.
+than *N/2* where *N* is the number of monitors) to form a quorum.
 Odd numbers of monitors tend to be better, although this is not required.
 
 .. tip: If you did not define the ``public network`` option above then
@@ -229,7 +229,7 @@ The Ceph Manager daemons operate in an active/standby pattern.  Deploying
 additional manager daemons ensures that if one daemon or host fails, another
 one can take over without interrupting service.
 
-To deploy additional manager daemons,::
+To deploy additional manager daemons::
 
   ceph-deploy mgr create node2 node3