From d693d7bf7b4a483879e7db25848ee21903c2826d Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Wed, 9 Jul 2014 10:47:51 +0530 Subject: [PATCH] doc: Fix a few typos in the install docs Signed-off-by: Abhishek Lekshmanan --- doc/install/install-ceph-deploy.rst | 2 +- doc/install/upgrading-ceph.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/install-ceph-deploy.rst b/doc/install/install-ceph-deploy.rst index cb2eb34f968..d6516ad7e50 100644 --- a/doc/install/install-ceph-deploy.rst +++ b/doc/install/install-ceph-deploy.rst @@ -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. diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index 78a94e2b1a5..4790a529762 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -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,