Ceph is a distributed object, block, and file storage platform
Go to file
2008-03-31 06:46:54 -07:00
branches/aleung/security1 reorganized source tree 2007-12-19 13:28:33 -08:00
debian debian packing stuffs 2008-01-28 15:33:37 -08:00
fusetrace reorganized source tree 2007-12-19 13:28:33 -08:00
m4 libcrushwrapper.so now builds, yay 2008-03-12 19:36:54 -07:00
src client: be careful about filling in size, mtime, atime fields; and cleaned up userspace client reply decoding, filer interface 2008-03-31 06:46:54 -07:00
web web: updates 2008-03-10 09:20:51 -07:00
.gitignore more automake fun 2008-01-28 11:39:51 -08:00
AUTHORS more autoconf- and automake-fu 2008-01-28 11:05:29 -08:00
autogen.sh libcrushwrapper.so now builds, yay 2008-03-12 19:36:54 -07:00
ChangeLog first pass at autoconf and automake 2008-01-27 20:45:29 -08:00
configure.ac hadoop client builds, makefile cleanup 2008-03-22 11:38:08 -07:00
COPYING first pass at autoconf and automake 2008-01-27 20:45:29 -08:00
INSTALL autoconf changes to build on a debian/testing machine 2008-02-01 09:59:44 -08:00
Makefile.am getting closer to building swig stuff 2008-03-12 17:26:38 -07:00
NEWS first pass at autoconf and automake 2008-01-27 20:45:29 -08:00
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