Ceph is a distributed object, block, and file storage platform
Go to file
Sage Weil f456b51d60 osd: fix delayed pg creation use after free
Use local acting[], not the one stashed in creating_pgs[pgid].  And drop
the duplication .erase().

Signed-off-by: Sage Weil <sage@newdream.net>
2010-07-08 13:34:15 -07:00
debian debian: require binutils 2010-07-08 08:33:40 -07:00
fusetrace
man client: take the first inode as root, rather than whatever comes out 2010-07-06 12:02:33 -07:00
qa qa: do untar_snap_rm on two different tarballs (medium and big) 2010-07-02 15:59:36 -07:00
src osd: fix delayed pg creation use after free 2010-07-08 13:34:15 -07:00
web
wireshark Bug #98: Unique names for include guards 2010-06-17 10:47:37 -07:00
.gitignore mkmonfs: remove all traces 2010-07-02 07:57:16 -07:00
AUTHORS update authors 2010-07-02 10:14:41 -07:00
COPYING
ChangeLog
INSTALL
Makefile.am Makefile: drop unnecessary dist-hook for make_version 2010-07-06 10:10:19 -07:00
NEWS
README mkmonfs: remove all traces 2010-07-02 07:57:16 -07:00
RELEASE_CHECKLIST v0.20 2010-04-23 12:10:24 -07:00
autogen.sh automake: some clean up 2010-05-18 08:01:23 -07:00
builddebs.sh debian: remove pull.sh calls from helper .sh scripts 2010-05-10 16:00:22 -07:00
ceph.spec.in ceph.spec: require libedit 2010-07-08 08:38:54 -07:00
configure.ac version: use next version ~rc for unstable branch 2010-05-14 09:14:00 -07:00
publish.sh debian: use 'testing' or 'unstable' in place of 'git' in version suffix 2010-05-06 11:30:25 -07:00
pull.sh debian: new release, push, build, publish scripts 2010-02-28 20:19:04 -08:00
push.sh debian: new release, push, build, publish scripts 2010-02-28 20:19:04 -08:00
release.sh debian: simplify release.sh 2010-07-06 10:10:19 -07:00
sign.sh debian: remove pull.sh calls from helper .sh scripts 2010-05-10 16:00:22 -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