]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/architecture.rst: remove redundant word "across" 8179/head
authorZhao Junwang <zhjwpku@gmail.com>
Thu, 17 Mar 2016 09:34:51 +0000 (17:34 +0800)
committerZhao Junwang <zhjwpku@gmail.com>
Thu, 17 Mar 2016 09:34:51 +0000 (17:34 +0800)
Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
doc/architecture.rst

index e918d42710b0166ff1aa5d6cf103628ef3a96fec..96b778916d6ce7a45da23f13a72378404bda523d 100644 (file)
@@ -1241,11 +1241,11 @@ Data Striping
 
 Storage devices have throughput limitations, which impact performance and
 scalability. So storage systems often support `striping`_--storing sequential
-pieces of information across across multiple storage devices--to increase
-throughput and performance. The most common form of data striping comes from
-`RAID`_. The RAID type most similar to Ceph's striping is `RAID 0`_, or a
-'striped volume.' Ceph's striping offers the throughput of RAID 0 striping,
-the reliability of n-way RAID mirroring and faster recovery.
+pieces of information across multiple storage devices--to increase throughput
+and performance. The most common form of data striping comes from `RAID`_.
+The RAID type most similar to Ceph's striping is `RAID 0`_, or a 'striped
+volume'. Ceph's striping offers the throughput of RAID 0 striping, the
+reliability of n-way RAID mirroring and faster recovery.
 
 Ceph provides three types of clients: Ceph Block Device, Ceph Filesystem, and
 Ceph Object Storage. A Ceph Client converts its data from the representation