From: Sage Weil Date: Tue, 23 Mar 2010 19:24:34 +0000 (-0700) Subject: fix up READMEs X-Git-Tag: v0.20~199 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bf4a1b56567d27fc23390b5f72ee27f06af1850b;p=ceph.git fix up READMEs --- diff --git a/README b/README index d27ce1742afb..1c43c0179cfd 100644 --- a/README +++ b/README @@ -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 diff --git a/src/README b/src/README deleted file mode 100644 index 3f897f7d18f9..000000000000 --- a/src/README +++ /dev/null @@ -1,15 +0,0 @@ -A few helper scripts: - -mkcephfs.sh -- initialize a new, empty ceph filesystem (by creating a - fresh monfs) - -mkfs.sh -- same, but also initialize empty object stores. assumes - all osds are on the same node, with dev/osd# for storage. - -stop.sh -- stop/kill all daemons. - -restart.sh -- stop everything, then restart everything. (does not mkfs.) - -startnew.sh -- stop everything, initialize new ceph fs, and start it. - assumes everything is on one node. for ease of testing. -