]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/ceph-volume activate workflow mention tmpfs in osd dirs
authorAlfredo Deza <adeza@redhat.com>
Fri, 20 Oct 2017 16:07:06 +0000 (12:07 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 20 Oct 2017 16:11:40 +0000 (12:11 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/ceph-volume/lvm/activate.rst

index 6369d0cb9969892677b77662388f369a2b8128cd..04da71d63ce71a17c9cbf130795b155e44d7ff5e 100644 (file)
@@ -73,7 +73,18 @@ See :ref:`ceph-volume-lvm-existing-osds` for details on how to proceed.
 
 Summary
 -------
-To recap the ``activate`` process:
+To recap the ``activate`` process for :term:`bluestore`:
+
+#. require both :term:`OSD id` and :term:`OSD uuid`
+#. enable the system unit with matching id and uuid
+#. Create the ``tmpfs`` mount at the OSD directory in
+   ``/var/lib/ceph/osd/$cluster-$id/``
+#. Recreate all the files needed with ``ceph-bluestore-tool prime-osd-dir`` by
+   pointing it to the OSD ``block`` device.
+#. the systemd unit will ensure all devices are ready and linked
+#. the matching ``ceph-osd`` systemd unit will get started
+
+And for :term:`filestore`:
 
 #. require both :term:`OSD id` and :term:`OSD uuid`
 #. enable the system unit with matching id and uuid