]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/dev/quick_guide.rst
import 15.2.0 Octopus source
[ceph.git] / ceph / doc / dev / quick_guide.rst
index 7bda55f22c3489fdc10312507496fa3be7e52989..873a86e02f975b20ed5ff7b29830ca3c37877ad2 100644 (file)
@@ -15,6 +15,15 @@ the result behaves as expected.
 
        $ ./run-make-check.sh
 
+Optionally if you want to work on a specific component of Ceph,
+install the dependencies and build Ceph in debug mode with required cmake flags.
+
+Example:
+
+.. code::
+
+    $ ./install-deps.sh
+    $ ./do_cmake.sh -DWITH_MANPAGE=OFF -DWITH_BABELTRACE=OFF -DWITH_MGR_DASHBOARD_FRONTEND=OFF
 
 Running a development deployment
 --------------------------------
@@ -66,7 +75,7 @@ Make a pool and run some benchmarks against it:
 
 .. code::
 
-       $ bin/ceph osd pool create mypool 8
+       $ bin/ceph osd pool create mypool
        $ bin/rados -p mypool bench 10 write -b 123
 
 Place a file into the new pool: