]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix a few typos in architecture page
authorAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Wed, 9 Jul 2014 04:50:54 +0000 (10:20 +0530)
committerAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Wed, 9 Jul 2014 04:58:35 +0000 (10:28 +0530)
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
doc/architecture.rst

index b6afaf2ed432b723888cfffc043acee7e5375c72..d7a852d4a5bd68ceef2f385c7921bcc744da6d9f 100644 (file)
@@ -87,7 +87,7 @@ goes down, the whole system goes down, too).
 
 Ceph eliminates the centralized gateway to enable clients to interact with 
 Ceph OSD Daemons directly. Ceph OSD Daemons create object replicas on other
-Ceph Nodes to ensure data safety and high availabilty. Ceph also uses a cluster 
+Ceph Nodes to ensure data safety and high availability. Ceph also uses a cluster
 of monitors to ensure high availability. To eliminate centralization, Ceph 
 uses an algorithm called CRUSH.
 
@@ -1111,7 +1111,7 @@ filesystem directories) into objects for storage in the Ceph Storage Cluster.
 .. tip:: The objects Ceph stores in the Ceph Storage Cluster are not striped. 
    Ceph Object Storage, Ceph Block Device, and the Ceph Filesystem stripe their 
    data over multiple Ceph Storage Cluster objects. Ceph Clients that write 
-   directly to the Ceph Storage Cluster via ``librados`` must perform the the 
+   directly to the Ceph Storage Cluster via ``librados`` must perform the
    striping (and parallel I/O) for themselves to obtain these benefits.
 
 The simplest Ceph striping format involves a stripe count of 1 object. Ceph
@@ -1397,7 +1397,7 @@ a Filesystem in User Space (FUSE).
 
 
 The Ceph Filesystem service includes the Ceph Metadata Server (MDS) deployed
-with the Ceph Storage cluster. The purpose of the MDS is to to store all the
+with the Ceph Storage cluster. The purpose of the MDS is to store all the
 filesystem metadata (directories, file ownership, access modes, etc) in
 high-availability Ceph Metadata Servers where the metadata resides in memory.
 The reason for the MDS (a daemon called ``ceph-mds``) is that simple filesystem