]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: quick-rbd.rst de-duplicate 32965/head
authorTim <elatllat@gmail.com>
Wed, 29 Jan 2020 15:10:09 +0000 (10:10 -0500)
committerTim <elatllat@gmail.com>
Mon, 10 Feb 2020 15:44:14 +0000 (10:44 -0500)
Remove code duplication from the dependency.

Signed-off-by: Tim <elatllat@gmail.com>
doc/start/quick-rbd.rst

index b509683bd91b51ced3cd8ec2a8b73b6537e49356..d8a331f1ff272cee119104ce39841ed6d1d6a502 100644 (file)
@@ -23,30 +23,6 @@ You may use a virtual machine for your ``ceph-client`` node, but do not
 execute the following procedures on the same physical node as your Ceph 
 Storage Cluster nodes (unless you use a VM). See `FAQ`_ for details.
 
-
-Install Ceph
-============
-
-#. Verify that you have an appropriate version of the Linux kernel. 
-   See `OS Recommendations`_ for details. ::
-   
-       lsb_release -a
-       uname -r
-
-#. On the admin node, use ``ceph-deploy`` to install Ceph on your 
-   ``ceph-client`` node. ::
-
-       ceph-deploy install ceph-client
-       
-#. On the admin node, use ``ceph-deploy`` to copy the Ceph configuration file
-   and the ``ceph.client.admin.keyring`` to the ``ceph-client``. :: 
-
-       ceph-deploy admin ceph-client
-
-   The ``ceph-deploy`` utility copies the keyring to the ``/etc/ceph`` 
-   directory. Ensure that the keyring file has appropriate read permissions 
-   (e.g., ``sudo chmod +r /etc/ceph/ceph.client.admin.keyring``).
-
 Create a Block Device Pool
 ==========================