From b88cc597d5530a6c413f5cf4d9fd5aac4b46276c Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 2 Aug 2021 00:26:28 -0400 Subject: [PATCH] doc: fix `daemon status` interface (exclude file system name) Fixes: http://tracker.ceph.com/issues/51989 Signed-off-by: Venky Shankar (cherry picked from commit ed253597c9376ac76171ca27bece09be8a72e269) --- doc/cephfs/cephfs-mirroring.rst | 2 +- doc/dev/cephfs-mirroring.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index e485ea3fef510..3dbaa5d1aa855 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -165,7 +165,7 @@ Mirroring Status CephFS mirroring module provides `mirror daemon status` interface to check mirror daemon status:: - $ ceph fs snapshot mirror daemon status + $ ceph fs snapshot mirror daemon status [ { "daemon_id": 284167, diff --git a/doc/dev/cephfs-mirroring.rst b/doc/dev/cephfs-mirroring.rst index 7ce6874db535e..3ca487c0332cc 100644 --- a/doc/dev/cephfs-mirroring.rst +++ b/doc/dev/cephfs-mirroring.rst @@ -215,11 +215,11 @@ and/or peer updates. CephFS mirroring module provides `mirror daemon status` interface to check mirror daemon status:: - $ ceph fs snapshot mirror daemon status + $ ceph fs snapshot mirror daemon status E.g:: - $ ceph fs snapshot mirror daemon status a | jq + $ ceph fs snapshot mirror daemon status | jq [ { "daemon_id": 284167, -- 2.47.3