mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
Merge pull request #32965 from Dmole/patch-3
doc: quick-rbd.rst de-duplicate Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
commit
68a2372af6
@ -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
|
||||
==========================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user