1
0
mirror of https://github.com/ceph/ceph synced 2025-03-01 05:51:33 +00:00
Ceph is a distributed object, block, and file storage platform
Go to file
2010-04-01 07:28:41 -07:00
debian debian: clean out unused debhelper rules steps 2010-03-11 09:06:55 -08:00
fusetrace
man auth: update documentation on caps 2010-03-15 10:40:42 -07:00
qa qa: make snaptest.sh repeatable in same dir 2010-03-31 14:46:20 -07:00
src osd: improve print of snapc in MOSDOp 2010-04-01 07:28:41 -07:00
web
wireshark
.gitignore
AUTHORS
autogen.sh
builddebs.sh debian: specify mirror explicitly when creating pbuilder image 2010-03-11 21:38:04 -08:00
ceph.spec.in
ChangeLog
configure.ac
COPYING
INSTALL
Makefile.am debian: put debian/ in .diff.gz, not release tarball 2010-03-11 09:06:55 -08:00
NEWS
publish.sh
pull.sh
push.sh
README fix up READMEs 2010-03-23 14:54:33 -07:00
RELEASE_CHECKLIST
release.sh debian: put debian/ in .diff.gz, not release tarball 2010-03-11 09:06:55 -08:00
sign.sh

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:
 mkmonfs -- create a fresh monfs (for a new filesystem)
 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