From: Zac Dover Date: Thu, 29 Feb 2024 07:40:57 +0000 (+1000) Subject: doc/dev: edit internals.rst X-Git-Tag: testing/wip-pdonnell-testing-20240430.123648-reef-debug~215^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=65028de680912eea60230b2d774d32c9fab4e480;p=ceph-ci.git doc/dev: edit internals.rst Edit doc/dev/internals.rst. Make a few sentences pithier. Signed-off-by: Zac Dover (cherry picked from commit e16ab1df72c3640db907e377da7ca97ce3eaa26e) --- diff --git a/doc/dev/internals.rst b/doc/dev/internals.rst index a894394c970..e72d2738b6c 100644 --- a/doc/dev/internals.rst +++ b/doc/dev/internals.rst @@ -2,10 +2,14 @@ Ceph Internals ================ -.. note:: If you're looking for how to use Ceph as a library from your - 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`. -You can start a development mode Ceph cluster, after compiling the source, with:: +Starting a Development-mode Ceph Cluster +---------------------------------------- + +Compile the source and then run the following commands to start a +development-mode Ceph cluster:: cd build OSD=3 MON=3 MGR=3 ../src/vstart.sh -n -x