From 61708dc5cc4e22fd1e0f1700226de04846904195 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 7 Sep 2011 10:23:39 -0700 Subject: [PATCH] README: update a bit Signed-off-by: Sage Weil --- README | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README b/README index 7559476319c3c..c22c6ce72da07 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Ceph - a scalable distributed file system +Ceph - a scalable distributed storage system ----------------------------------------- Please see http://ceph.newdream.net/ for current info. @@ -9,10 +9,6 @@ To build the server daemons, and FUSE client, $ ./autogen.sh $ ./configure - -$ make - or -$ cd src $ make (Note that the FUSE client will only be built if libfuse is present.) @@ -26,13 +22,12 @@ daemons: information. cosd -- storage daemon. stores objects on a given block device. cmds -- metadata daemon. handles file system namespace. - ceph -- send management commands to the monitor cluster. - -userland clients: cfuse -- fuse client. - csyn -- synthetic workload generator client. tools: + ceph -- send management commands to the monitor cluster. + rados -- interact with the object store + rbd -- manipulate rados block device images monmaptool -- create/edit mon map osdmaptool -- create/edit osd map crushtool -- create/edit crush map -- 2.39.5