From: Venky Shankar Date: Mon, 2 Aug 2021 04:26:28 +0000 (-0400) Subject: doc: fix `daemon status` interface (exclude file system name) X-Git-Tag: v17.1.0~876^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed253597c9376ac76171ca27bece09be8a72e269;p=ceph.git doc: fix `daemon status` interface (exclude file system name) Fixes: http://tracker.ceph.com/issues/51989 Signed-off-by: Venky Shankar --- diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index 4d0c68d58974..d602de2a3d7a 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 7ce6874db535..3ca487c0332c 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,