diff options
author | Sage Weil <sage@newdream.net> | 2010-03-23 12:24:34 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-03-23 14:54:33 -0700 |
commit | bf4a1b56567d27fc23390b5f72ee27f06af1850b (patch) | |
tree | 43d2749ecfbe366d7a3806127ae5023e66f7f3bc /README | |
parent | 9733882e4b155eab2946ff166850c9b8adccdfc6 (diff) | |
download | ceph-bf4a1b56567d27fc23390b5f72ee27f06af1850b.tar.gz |
fix up READMEs
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 7 insertions, 22 deletions
@@ -5,22 +5,13 @@ Please see http://ceph.newdream.net/ for current info. ---- -To build the Linux kernel client, - -$ cd src/kernel -$ make -or -$ make KERNELDIR=/path/to/linux -$ insmod ceph.ko -$ mount -t ceph 1.2.3.4:/ /mnt/ceph -... - ----- - To build the server daemons, and FUSE client, $ ./autogen.sh $ ./configure + +$ make + or $ cd src $ make @@ -35,7 +26,7 @@ daemons: 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. + ceph -- send management commands to the monitor cluster. userland clients: cfuse -- fuse client. @@ -46,13 +37,7 @@ tools: 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 - ----- - -see also src/README +scripts: + mkcephfs -- cluster mkfs tool + init-ceph -- init.d start/stop script |