We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa66a66 + e16ab1d commit f488c01Copy full SHA for f488c01
doc/dev/internals.rst
@@ -2,10 +2,14 @@
2
Ceph Internals
3
================
4
5
-.. note:: If you're looking for how to use Ceph as a library from your
6
- own software, please see :doc:`/api/index`.
+.. note:: For information on how to use Ceph as a library (from your own
+ software), see :doc:`/api/index`.
7
8
-You can start a development mode Ceph cluster, after compiling the source, with::
+Starting a Development-mode Ceph Cluster
9
+----------------------------------------
10
+
11
+Compile the source and then run the following commands to start a
12
+development-mode Ceph cluster::
13
14
cd build
15
OSD=3 MON=3 MGR=3 ../src/vstart.sh -n -x
0 commit comments