ceph/README

43 lines
947 B
Plaintext
Raw Normal View History

Ceph - a scalable distributed file system
-----------------------------------------
2008-05-07 21:32:55 +00:00
Please see http://ceph.newdream.net/ for current info.
2008-05-07 21:32:55 +00:00
----
2008-03-18 16:31:04 +00:00
2008-05-07 21:32:55 +00:00
To build the server daemons, and FUSE client,
$ ./autogen.sh
$ ./configure
2010-03-23 19:24:34 +00:00
$ make
or
2008-05-07 21:32:55 +00:00
$ cd src
$ make
(Note that the FUSE client will only be built if libfuse is present.)
----
2008-03-18 16:31:04 +00:00
A quick summary of binaries that will be built in src/
daemons:
cmon -- monitor daemon. handles cluster state and configuration
information.
cosd -- storage daemon. stores objects on a given block device.
cmds -- metadata daemon. handles file system namespace.
2010-03-23 19:24:34 +00:00
ceph -- send management commands to the monitor cluster.
2008-03-18 16:31:04 +00:00
userland clients:
cfuse -- fuse client.
csyn -- synthetic workload generator client.
tools:
monmaptool -- create/edit mon map
osdmaptool -- create/edit osd map
crushtool -- create/edit crush map
2008-05-13 15:45:13 +00:00
2010-03-23 19:24:34 +00:00
scripts:
mkcephfs -- cluster mkfs tool
init-ceph -- init.d start/stop script