Ceph is a distributed object, block, and file storage platform
Go to file
Tommi Virtanen d372c50f7c librados: Crashed on shutdown if connect was never called.
Add a trivial unit test to trigger this.
2011-02-28 16:00:03 -08:00
debian Update Debian packaging for 0.26~rc. 2011-02-24 13:50:28 -08:00
fusetrace
man Improve mount.ceph.8 2011-02-02 09:10:14 -08:00
qa Make git ignore qa/workunits/direct_io_test. 2011-02-11 12:58:06 -08:00
src librados: Crashed on shutdown if connect was never called. 2011-02-28 16:00:03 -08:00
wireshark
.gitignore .gitignore: py-compile 2011-02-11 15:38:49 -08:00
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am workunits: add direct_io_test 2011-01-20 10:46:55 -08:00
NEWS
README
RELEASE_CHECKLIST
SubmittingPatches
autogen.sh
builddebs.sh
ceph.spec.in ceph.spec.in: add librbd 2011-02-11 13:48:02 -08:00
configure.ac v0.26~rc 2011-02-24 07:41:23 -08:00
debvers.sh
do_autogen.sh Add do_autogen.sh 2011-02-03 09:15:59 -08:00
publish.sh debian: fix publish.sh for ubuntu 2011-01-25 08:38:10 -08:00
pull.sh
push.sh
release.sh
sign.sh
update_pbuilder.sh

README

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

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

----

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.)

----

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

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

scripts:
 mkcephfs -- cluster mkfs tool
 init-ceph -- init.d start/stop script