]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install: replace do_cmake note with link to ceph README
authorVarsha Rao <varao@redhat.com>
Fri, 26 Mar 2021 06:46:05 +0000 (12:16 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 26 Mar 2021 06:50:00 +0000 (12:20 +0530)
Ceph README.md doc already has the do_cmake note and other build related info.

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

index 48f66a96b3e0881e18ddf785e72b0e402d84188c..f6e6e6e8bb5d0c19941c74c65f2d90053eae602c 100644 (file)
@@ -40,12 +40,8 @@ repository and execute the following::
     cd build
     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.
-
-See `Installing a Build`_ to install a build in user space.
+See `Installing a Build`_ to install a build in user space and `Ceph README.md`_
+doc for more details on build.
 
 Build Ceph Packages
 ===================
@@ -108,3 +104,4 @@ For multi-processor CPUs use the ``-j`` option to accelerate the build.
 
 .. _Ceph: ../clone-source
 .. _Installing a Build: ../install-storage-cluster#installing-a-build
+.. _Ceph README.md: https://github.com/ceph/ceph#building-ceph