Skip to content

Commit f488c01

Browse files
authored
Merge pull request ceph#55834 from zdover23/wip-doc-2024-02-29-dev-internals
doc/dev: edit internals.rst Reviewed-by: Anthony D'Atri <[email protected]>
2 parents fa66a66 + e16ab1d commit f488c01

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/dev/internals.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
Ceph Internals
33
================
44

5-
.. note:: If you're looking for how to use Ceph as a library from your
6-
own software, please see :doc:`/api/index`.
5+
.. note:: For information on how to use Ceph as a library (from your own
6+
software), see :doc:`/api/index`.
77

8-
You can start a development mode Ceph cluster, after compiling the source, with::
8+
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::
913

1014
cd build
1115
OSD=3 MON=3 MGR=3 ../src/vstart.sh -n -x

0 commit comments

Comments
 (0)