From 48165af5c2f5bad7cba910e83cbaa6f69f77e400 Mon Sep 17 00:00:00 2001 From: Mark Kampe Date: Thu, 1 Dec 2011 15:34:57 -0800 Subject: [PATCH] Doc: complete reversion of architecture.rst (abandon in progress improvements until everything works) Signed-off-by: Mark Kampe --- doc/architecture.rst | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index 7bfb30ce81f59..ed8a5fe12f3c7 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -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. -- 2.39.5