From cec8984241de2ab702b1f87c588f04ee5e92ebd3 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Wed, 18 Feb 2026 01:27:22 +0530 Subject: [PATCH] doc: Document mon_host and fsid added Fixes: https://tracker.ceph.com/issues/73455 Signed-off-by: Kotresh HR --- doc/cephfs/cephfs-mirroring.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/cephfs-mirroring.rst b/doc/cephfs/cephfs-mirroring.rst index 509ff4d8f38..3d335d2ac4f 100644 --- a/doc/cephfs/cephfs-mirroring.rst +++ b/doc/cephfs/cephfs-mirroring.rst @@ -290,7 +290,9 @@ CephFS mirroring module provides ``mirror daemon status`` interface to check mir "remote": { "client_name": "client.mirror_remote", "cluster_name": "ceph", - "fs_name": "backup_fs" + "fs_name": "backup_fs", + "mon_host": "[v2:192.168.64.5:40183,v1:192.168.64.5:40184]", + "fsid": "5682c8e5-50cd-4cfd-b75c-5354dcdda487" }, "stats": { "failure_count": 1, @@ -304,8 +306,9 @@ CephFS mirroring module provides ``mirror daemon status`` interface to check mir ] An entry per mirror daemon instance is displayed along with information such as configured -peers and basic stats. For more detailed stats, use the admin socket interface as detailed -below. +peers and basic stats. The peer information includes the remote file system name (``fs_name``), +cluster's monitor addresses (``mon_host``) and cluster FSID (``fsid``). For more detailed +stats, use the admin socket interface as detailed below. CephFS mirror daemons provide admin socket commands for querying mirror status. To check available commands for mirror status use:: -- 2.47.3