From: David Wahler Date: Sun, 2 Sep 2018 15:27:15 +0000 (-0500) Subject: doc: add note about LVM volumes to ceph-deploy quick start X-Git-Tag: v14.0.1~430^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ebac6e16b9099b19b44dbd5c8717f6ebf7f12c8c;p=ceph.git doc: add note about LVM volumes to ceph-deploy quick start This commit also fixes some incorrect indentation that was causing previous steps in the same section to be incorrectly numbered. Signed-off-by: David Wahler --- diff --git a/doc/start/quick-ceph-deploy.rst b/doc/start/quick-ceph-deploy.rst index 3659bd7c5ccb..b27920f98dc6 100644 --- a/doc/start/quick-ceph-deploy.rst +++ b/doc/start/quick-ceph-deploy.rst @@ -103,10 +103,10 @@ configuration details, perform the following steps using ``ceph-deploy``. - ``ceph.bootstrap-rgw.keyring`` - ``ceph.bootstrap-rbd.keyring`` -.. note:: If this process fails with a message similar to "Unable to - find /etc/ceph/ceph.client.admin.keyring", please ensure that the - IP listed for the monitor node in ceph.conf is the Public IP, not - the Private IP. + .. note:: If this process fails with a message similar to "Unable to + find /etc/ceph/ceph.client.admin.keyring", please ensure that the + IP listed for the monitor node in ceph.conf is the Public IP, not + the Private IP. #. Use ``ceph-deploy`` to copy the configuration file and admin key to your admin node and your Ceph Nodes so that you can use the ``ceph`` @@ -134,6 +134,10 @@ configuration details, perform the following steps using ``ceph-deploy``. ceph-deploy osd create --data /dev/vdb node2 ceph-deploy osd create --data /dev/vdb node3 + .. note:: If you are creating an OSD on an LVM volume, the argument to + ``--data`` *must* be ``volume_group/lv_name``, rather than the path to + the volume's block device. + #. Check your cluster's health. :: ssh node1 sudo ceph health