README: update a bit

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2011-09-07 10:23:39 -07:00
parent fa14765ddc
commit 61708dc5cc

13
README
View File

@ -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