]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/ceph-volume/activate: Users should call cephadm instead
authorSebastian Wagner <sewagner@redhat.com>
Sat, 11 Sep 2021 17:27:23 +0000 (19:27 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Tue, 2 Nov 2021 09:01:17 +0000 (10:01 +0100)
Fixes: https://tracker.ceph.com/issues/52575
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
(cherry picked from commit 925820e73cfeae290900d2077cc792e9085b5767)

doc/ceph-volume/lvm/activate.rst
doc/cephadm/osd.rst

index 5e43d4cb5f566ea711bda78bfeec951922a851c9..eef5a0101fdbfd832bd41a574152e4a9612a37db 100644 (file)
@@ -2,6 +2,7 @@
 
 ``activate``
 ============
+          
 Once :ref:`ceph-volume-lvm-prepare` is completed, and all the various steps
 that entails are done, the volume is ready to get "activated".
 
@@ -12,6 +13,9 @@ understand what OSD is enabled and needs to be mounted.
 .. note:: The execution of this call is fully idempotent, and there is no
           side-effects when running multiple times
 
+For OSDs deployed by cephadm, please refer to :ref:cephadm-osd-activate: 
+instead.
+
 New OSDs
 --------
 To activate newly prepared OSDs both the :term:`OSD id` and :term:`OSD uuid`
@@ -24,6 +28,10 @@ need to be supplied. For example::
 
 Activating all OSDs
 -------------------
+
+.. note:: For OSDs deployed by cephadm, please refer to :ref:cephadm-osd-activate: 
+          instead.
+
 It is possible to activate all existing OSDs at once by using the ``--all``
 flag. For example::
 
index 1c2b36e71d5d5e1f4ab983f812b100899bb3cc79..4347d05aff5b77ee57f4fa5772c6188f68fa319d 100644 (file)
@@ -868,6 +868,8 @@ It is also possible to specify directly device paths in specific hosts like the
 
 This can easily be done with other filters, like `size` or `vendor` as well.
 
+.. _cephadm-osd-activate:
+
 Activate existing OSDs
 ======================