]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/orchestrator: add `wal` to blink lights 25634/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Wed, 19 Dec 2018 14:17:55 +0000 (15:17 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 20 Dec 2018 14:44:26 +0000 (15:44 +0100)
Also added: "The output of `osd create` is not specified
  any may vary between orchestrator backends."

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
doc/mgr/orchestrator_cli.rst

index 145c1173eeae91888903d98c60901803a2f9f7d8..e91f25226cd818fcecd440375917cff19dc673b2 100644 (file)
@@ -117,15 +117,16 @@ Create OSDs on a group of devices on a single host::
 See :ref:`ceph-volume-invocation… <ceph-volume-overview>` for details. E.g.
 ``ceph orchestrator osd create host1 lvm create …``
 
-..
-    Decommission an OSD
-    ^^^^^^^^^^^^^^^^^^^
-    ::
+The output of ``osd create`` is not specified and may vary between orchestrator backends.
+
+Decommission an OSD
+^^^^^^^^^^^^^^^^^^^
+::
 
-        ceph orchestrator osd rm <osd-id>
+    ceph orchestrator osd rm <osd-id>
 
-    Removes an OSD from the cluster and the host, if the OSD is marked as
-    ``destroyed``.
+Removes an OSD from the cluster and the host, if the OSD is marked as
+``destroyed``.
 
 ..
     Blink Device Lights
@@ -137,10 +138,14 @@ See :ref:`ceph-volume-invocation… <ceph-volume-overview>` for details. E.g.
         ceph orchestrator device fault-on <host> <devname>
         ceph orchestrator device fault-off <host> <devname>
 
-        ceph orchestrator osd ident-on {primary,journal,db,all} <osd-id>
-        ceph orchestrator osd ident-off {primary,journal,db,all} <osd-id>
-        ceph orchestrator osd fault-on {primary,journal,db,all} <osd-id>
-        ceph orchestrator osd fault-off {primary,journal,db,all} <osd-id>
+        ceph orchestrator osd ident-on {primary,journal,db,wal,all} <osd-id>
+        ceph orchestrator osd ident-off {primary,journal,db,wal,all} <osd-id>
+        ceph orchestrator osd fault-on {primary,journal,db,wal,all} <osd-id>
+        ceph orchestrator osd fault-off {primary,journal,db,wal,all} <osd-id>
+
+    Where ``journal`` is the filestore journal, ``wal`` is the write ahead log of
+    bluestore and ``all`` stands for all devices associated with the osd
+
 
 ..
     Monitor and manager management
@@ -209,9 +214,6 @@ Creating/growing/shrinking services::
 
 e.g., ``ceph orchestrator service update mds myfs 3 host1 host2 host3``
 
-Note: as with mon creation, the host list is optional, depending on the
-orchestrator backend in use.
-
 Start/stop/reload::
 
     ceph orchestrator service {stop,start,reload} <type> <name>