From: Zac Dover Date: Mon, 31 May 2021 03:55:20 +0000 (+1000) Subject: doc/cephadm: enriching "daemon status" X-Git-Tag: v16.2.5~87^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0ac94d2c292559c4ec8b9cefd308386cefb71eb4;p=ceph.git doc/cephadm: enriching "daemon status" This PR creates parallel structure for the text in the "Daemon Status" section of the cephadm Service Management chapter. Signed-off-by: Zac Dover (cherry picked from commit 80dcbc80190c7fc5c25c2df9bb35ad8af1a41a19) --- diff --git a/doc/cephadm/service-management.rst b/doc/cephadm/service-management.rst index a72148227f1c..b4b540b15314 100644 --- a/doc/cephadm/service-management.rst +++ b/doc/cephadm/service-management.rst @@ -41,17 +41,22 @@ For information about retrieving the specifications of single services (includin Daemon Status ============= -A daemon is a running systemd unit and is part of a service. +A daemon is a systemd unit that is running and part of a service. -Print a list of all daemons known to the orchestrator: +To see the status of a daemon, do the following: + +#. Print a list of all daemons known to the orchestrator. +#. Query the status of the target daemon. + +First, print a list of all daemons known to the orchestrator: .. prompt:: bash # ceph orch ps [--hostname host] [--daemon_type type] [--service_name name] [--daemon_id id] [--format f] [--refresh] -Query the status of a particular service instance (mon, osd, mds, rgw). For -OSDs the id is the numeric OSD ID, for MDS services it is the file system -name: +Then query the status of a particular service instance (mon, osd, mds, rgw). +For OSDs the id is the numeric OSD ID. For MDS services the id is the file +system name: .. prompt:: bash #