]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
fix up READMEs
authorSage Weil <sage@newdream.net>
Tue, 23 Mar 2010 19:24:34 +0000 (12:24 -0700)
committerSage Weil <sage@newdream.net>
Tue, 23 Mar 2010 21:54:33 +0000 (14:54 -0700)
README
src/README [deleted file]

diff --git a/README b/README
index d27ce1742afbfe83372dc5285350bdfc5c965f63..1c43c0179cfdc994f96b7455d6df063639a82501 100644 (file)
--- 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 (file)
index 3f897f7..0000000
+++ /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.
-