From c399d3187e8a7ef4708c9efd0931f8a098f3b5b2 Mon Sep 17 00:00:00 2001 From: Zhao Junwang Date: Thu, 17 Mar 2016 17:34:51 +0800 Subject: [PATCH] doc/architecture.rst: remove redundant word "across" Signed-off-by: Zhao Junwang --- doc/architecture.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index e918d42710b01..96b778916d6ce 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -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 -- 2.39.5