diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-23 16:45:44 +0000 |
commit | 17d6a993fc17d533460c5f40f3908c708e057c18 (patch) | |
tree | 1a3bd93e0ecd74fa02f93a528fe2f87e5314c4b5 /doc/dev/internals.rst | |
parent | Releasing progress-linux version 18.2.2-0progress7.99u1. (diff) | |
download | ceph-17d6a993fc17d533460c5f40f3908c708e057c18.tar.xz ceph-17d6a993fc17d533460c5f40f3908c708e057c18.zip |
Merging upstream version 18.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/dev/internals.rst')
-rw-r--r-- | doc/dev/internals.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/dev/internals.rst b/doc/dev/internals.rst index a894394c9..e72d2738b 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 |