- ``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``
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