doc: Fix a few typos in the install docs

Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
This commit is contained in:
Abhishek Lekshmanan 2014-07-09 10:47:51 +05:30
parent bb881e53da
commit d693d7bf7b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Install Ceph Deploy
=====================
The ``ceph-deploy`` tool is a enables you to set up and tear down Ceph clusters
The ``ceph-deploy`` tool enables you to set up and tear down Ceph clusters
for development, testing and proof-of-concept projects.

View File

@ -196,7 +196,7 @@ MDS Unique Names
----------------
The monitor now enforces that MDS names be unique. If you have multiple metadata
server daemons that start with with the same ID (e.g., mds.a) the second
server daemons that start with the same ID (e.g., mds.a) the second
metadata server will implicitly mark the first metadata server as ``failed``.
Multi-MDS configurations with identical names must be adjusted accordingly to
give daemons unique names. If you run your cluster with one metadata server,