]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Document mon_host and fsid added
authorKotresh HR <khiremat@redhat.com>
Tue, 17 Feb 2026 19:57:22 +0000 (01:27 +0530)
committerKotresh HR <khiremat@redhat.com>
Wed, 25 Feb 2026 02:43:46 +0000 (08:13 +0530)
Fixes: https://tracker.ceph.com/issues/73455
Signed-off-by: Kotresh HR <khiremat@redhat.com>
doc/cephfs/cephfs-mirroring.rst

index a20b73be645ee78ea5acd9ec3c64a03b86632d24..243c784692a47a13af9c0d6270d118ac061d71af 100644 (file)
@@ -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::