From d1bab66534c581594fbbdf45b4ca21f86426c4b6 Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 8 Apr 2021 15:43:08 -0400 Subject: [PATCH] doc/cephadm: wrong command for single daemon events Fixes: https://tracker.ceph.com/issues/50257 Signed-off-by: Adam King (cherry picked from commit 31959dd6d361273cb125420338a47a6fcbf3998e) --- doc/cephadm/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cephadm/troubleshooting.rst b/doc/cephadm/troubleshooting.rst index 5f0c82bbf592b..5858d3940e965 100644 --- a/doc/cephadm/troubleshooting.rst +++ b/doc/cephadm/troubleshooting.rst @@ -60,7 +60,7 @@ for example: Or per daemon:: - ceph orch ceph --service-type mds --daemon-id=hostname.ppdhsz --format yaml + ceph orch ps --service-name --daemon-id --format yaml .. code-block:: yaml -- 2.39.5