Ceph is a distributed object, block, and file storage platform
Go to file
Sage Weil f10906b3fd mds: respawn (instead of suicide) on being marked down
This makes temporarily laggy daemons will restart and rejoin the cluster
in standby mode.

Signed-off-by: Sage Weil <sage@newdream.net>
2010-10-07 07:52:50 -07:00
debian Merge branch 'testing' into unstable 2010-09-18 14:08:35 -07:00
fusetrace
man cauthtool: update man page 2010-09-17 20:13:19 -07:00
qa Add the setup-chroot.sh script 2010-09-28 19:25:10 -07:00
src mds: respawn (instead of suicide) on being marked down 2010-10-07 07:52:50 -07:00
web
wireshark
.gitignore gitignore: Ignore cscope and vim temporary files 2010-09-30 18:13:44 -07:00
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
NEWS
README
RELEASE_CHECKLIST
autogen.sh
builddebs.sh Merge branch 'testing' into unstable 2010-09-18 14:08:35 -07:00
ceph.spec.in
configure.ac v0.21.3 2010-09-17 21:03:27 -07:00
publish.sh
pull.sh
push.sh
release.sh debian: don't need to add .git_version in release script 2010-08-25 14:46:36 -07:00
sign.sh
update_pbuilder.sh debian: make update_pbuilder.sh update a single dist at a time 2010-09-17 15:52:54 -07:00

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