]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Doc: complete reversion of architecture.rst
authorMark Kampe <mark.kampe@dreamhost.com>
Thu, 1 Dec 2011 23:34:57 +0000 (15:34 -0800)
committerMark Kampe <mark.kampe@dreamhost.com>
Fri, 2 Dec 2011 00:12:34 +0000 (16:12 -0800)
(abandon in progress improvements until everything works)

Signed-off-by: Mark Kampe <mark.kampe@dreamhost.com>
doc/architecture.rst

index 7bfb30ce81f59036d32a83b51c13b6663af32e40..ed8a5fe12f3c7db328720071e91a8439086fffaf 100644 (file)
@@ -2,26 +2,9 @@
  Architecture of Ceph
 ======================
 
-Ceph is a distributed file system that provides:
+Ceph is a distributed network storage and file system with distributed
+metadata management and POSIX semantics.
 
-  * peta-byte scalability
-  * high availability
-  * high reliability
-  * automatic load and capacity balancing
-  * near-POSIX semantics
-
-and can be accessed via:
-
-  * a kernel mode client (much like NFS)
-  * a user-mode (FUSE) client
-  * a user-mode client library
-
-Ceph is built on top of a Reliable Autonomic Distributed Object Store (RADOS),
-which can be accessed through:
-
-  * 
-
-Both Ceph and RADOS can be accessed:
 RADOS is a reliable object store, used by Ceph, but also directly
 accessible.