From 6beb0def1a5fac75cf288993c18ac2f56bea5cb2 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 29 Feb 2024 17:40:57 +1000 Subject: [PATCH] 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) --- doc/dev/internals.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/dev/internals.rst b/doc/dev/internals.rst index a894394c97040..e72d2738b6c05 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 -- 2.39.5