From: Sebastian Wagner Date: Wed, 19 Dec 2018 14:17:55 +0000 (+0100) Subject: doc/mgr/orchestrator: add `wal` to blink lights X-Git-Tag: v14.1.0~452^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3ab4f8f92a73926d71526ed0264078924eb28497;p=ceph.git doc/mgr/orchestrator: add `wal` to blink lights Also added: "The output of `osd create` is not specified any may vary between orchestrator backends." Signed-off-by: Sebastian Wagner --- diff --git a/doc/mgr/orchestrator_cli.rst b/doc/mgr/orchestrator_cli.rst index 145c1173eea..e91f25226cd 100644 --- a/doc/mgr/orchestrator_cli.rst +++ b/doc/mgr/orchestrator_cli.rst @@ -117,15 +117,16 @@ Create OSDs on a group of devices on a single host:: See :ref:`ceph-volume-invocation… ` 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  + ceph orchestrator osd rm  - 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… ` for details. E.g. ceph orchestrator device fault-on ceph orchestrator device fault-off - ceph orchestrator osd ident-on {primary,journal,db,all} - ceph orchestrator osd ident-off {primary,journal,db,all} - ceph orchestrator osd fault-on {primary,journal,db,all} - ceph orchestrator osd fault-off {primary,journal,db,all} + ceph orchestrator osd ident-on {primary,journal,db,wal,all} + ceph orchestrator osd ident-off {primary,journal,db,wal,all} + ceph orchestrator osd fault-on {primary,journal,db,wal,all} + ceph orchestrator osd fault-off {primary,journal,db,wal,all} + + 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}