mirror of
https://github.com/ceph/ceph
synced 2024-12-16 00:15:35 +00:00
a1b31ddfda
Signed-off-by: John Wilkins <john.wilkins@dreamhost.com> Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
39 lines
1.8 KiB
ReStructuredText
39 lines
1.8 KiB
ReStructuredText
=======
|
|
Summary
|
|
=======
|
|
|
|
Once you complete the build, you should find x under the /ceph/src directory.
|
|
|
|
|
|
+---------------+------------------+
|
|
|table heading | table heading 2 |
|
|
+===============+==================+
|
|
|ceph-dencoder | a utility to encode, decode, and dump ceph data structures (debugger) |
|
|
+---------------+------------------+
|
|
|cephfs | Client |
|
|
+---------------+------------------+
|
|
|ceph-fuse | Client |
|
|
+---------------+------------------+
|
|
|ceph-mds | The Ceph filesystem service daemon. |
|
|
+---------------+------------------+
|
|
|ceph-mon | The Ceph monitor. |
|
|
+---------------+------------------+
|
|
|ceph-osd | The RADOS OSD storage daemon. |
|
|
+---------------+------------------+
|
|
|ceph-syn | a simple synthetic workload generator. |
|
|
+---------------+------------------+
|
|
|crushtool | is a utility that lets you create, compile, and decompile CRUSH map files |
|
|
+---------------+------------------+
|
|
|monmaptool | a utility to create, view, and modify a monitor cluster map |
|
|
+---------------+------------------+
|
|
|mount.ceph | a simple helper for mounting the Ceph file system on a Linux host. |
|
|
+---------------+------------------+
|
|
|osd.maptool | a utility that lets you create, view, and manipulate OSD cluster maps from the Ceph distributed file system. |
|
|
+---------------+------------------+
|
|
|ceph.conf | a utility for getting information about a ceph configuration file. |
|
|
+---------------+------------------+
|
|
|
|
a FastCGI service that provides a RESTful HTTP API to store objects and metadata. ???
|
|
|
|
Once you successfully build the Ceph code, you may proceed to Installing Ceph.
|