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: v16.2.7~98^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b88cc597d5530a6c413f5cf4d9fd5aac4b46276c;p=ceph.git 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) --- diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index e485ea3fef5..3dbaa5d1aa8 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 7ce6874db53..3ca487c0332 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,