]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install: Update about ninja
authorVarsha Rao <varao@redhat.com>
Thu, 25 Mar 2021 11:59:21 +0000 (17:29 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 26 Mar 2021 06:50:00 +0000 (12:20 +0530)
'ninja' replaced 'make' in this PR[1]. This patch updates the doc about it.

[1] https://github.com/ceph/ceph/pull/39826

Signed-off-by: Varsha Rao <varao@redhat.com>
doc/install/build-ceph.rst
doc/install/install-storage-cluster.rst

index 5c93ca52d8b9bc82c10ce84b932d47dbafc2c257..48f66a96b3e0881e18ddf785e72b0e402d84188c 100644 (file)
@@ -38,18 +38,13 @@ repository and execute the following::
     cd ceph
     ./do_cmake.sh
     cd build
-    make
+    ninja
 
 .. note:: By default do_cmake.sh will build a debug version of ceph that may
    perform up to 5 times slower with certain workloads. Pass 
    '-DCMAKE_BUILD_TYPE=RelWithDebInfo' to do_cmake.sh if you would like to
    build a release version of the ceph executables instead.
 
-.. topic:: Hyperthreading
-
-       You can use ``make -j`` to execute multiple jobs depending upon your system. For 
-       example, ``make -j4`` for a dual core processor may build faster.
-
 See `Installing a Build`_ to install a build in user space.
 
 Build Ceph Packages
index dcb9f5040c0ead052dc2b9c9dcbef8b9d1c3c470..6bedecbaca54711529d358345612f5313716f80d 100644 (file)
@@ -78,9 +78,9 @@ Installing a Build
 If you build Ceph from source code, you may install Ceph in user space
 by executing the following:: 
 
-       sudo make install
+       sudo ninja install
 
-If you install Ceph locally, ``make`` will place the executables in
+If you install Ceph locally, ``ninja`` will place the executables in
 ``usr/local/bin``. You may add the Ceph configuration file to the
 ``usr/local/bin`` directory to run Ceph from a single directory.