From ed253597c9376ac76171ca27bece09be8a72e269 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 --- 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 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, -- 2.47.3