Ceph is a distributed object, block, and file storage platform
Go to file
2008-05-02 11:47:52 -07:00
branches/aleung/security1
debian
fusetrace
m4 m4: lower automake req version 2008-04-17 21:09:49 -07:00
src kclient: trivially clean up cap_trunc 2008-05-02 11:40:47 -07:00
web web: updates 2008-03-10 09:20:51 -07:00
.gitignore
AUTHORS
autogen.sh libcrushwrapper.so now builds, yay 2008-03-12 19:36:54 -07:00
ChangeLog
configure.ac disable ccgnu2 (for atomic_t) by default, as it seems to be buggy! 2008-05-02 11:47:52 -07:00
COPYING
INSTALL
Makefile.am getting closer to building swig stuff 2008-03-12 17:26:38 -07:00
NEWS
README readme summarizes binary targets 2008-03-18 09:31:04 -07:00

Ceph - a scalable distributed file system
-----------------------------------------

Please see http://ceph.sourceforge.net/ for current info.

INSTALL for basic build instructions.


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.
 cmonctl -- send commands to the monitor cluster.

userland clients:
 cfuse -- fuse client.
 csyn -- synthetic workload generator client.

tools:
 mkmonfs -- create a fresh monfs (for a new filesystem)
 monmaptool -- create/edit mon map
 osdmaptool -- create/edit osd map 
 crushtool -- create/edit crush map
 dupstore -- duplicate an osd object store (offline)

development/debugging:
 fakesyn -- simulator with synthetic workload
 fakefuse -- simulator that mounts with fuse