summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-21 16:28:43 -0700
committerSage Weil <sage@newdream.net>2011-09-22 15:08:25 -0700
commit6f8f140350c91f4d823f7c7cc856d78abb57b22c (patch)
tree6349d318688a41254a633bd233a97ff5f8a693ca /README
parent97aa1aab7b56ecec8f2bdb4f996428c4d82929d5 (diff)
downloadceph-6f8f140350c91f4d823f7c7cc856d78abb57b22c.tar.gz
c* -> ceph-*
Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index c22c6ce72da..1e68c862247 100644
--- a/README
+++ b/README
@@ -18,11 +18,11 @@ $ make
A quick summary of binaries that will be built in src/
daemons:
- cmon -- monitor daemon. handles cluster state and configuration
+ ceph-mon -- 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.
- cfuse -- fuse client.
+ ceph-osd -- storage daemon. stores objects on a given block device.
+ ceph-mds -- metadata daemon. handles file system namespace.
+ ceph-fuse -- fuse client.
tools:
ceph -- send management commands to the monitor cluster.