Bug 2248175
| Summary: | [CephFS-Mirror] - snapshot mirror peer-list shows only 1 Mon IP's instead of all the IP's | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Hemanth Kumar <hyelloji> |
| Component: | CephFS | Assignee: | Venky Shankar <vshankar> |
| Status: | CLOSED DUPLICATE | QA Contact: | Hemanth Kumar <hyelloji> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | ceph-eng-bugs, cephqe-warriors |
| Target Milestone: | --- | ||
| Target Release: | 7.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-11-07 05:30:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of bug 2248176 *** |
Description of problem: ----------------------- The secondary cluster is configured with 3 mons, when a peer connection is established, the peer list/snapshot mirror status always displays only one mon host instead of all the mon details. [root@ceph1-hk-m-4p31kb-node7 ~]# ceph fs snapshot mirror peer_list cephfs {"c4f15c31-8d2b-445e-8fa7-3137a1b638ca": {"client_name": "client.mirror_remote", "site_name": "remote_site", "fs_name": "cephfs", "mon_host": "[v2:10.0.97.224:3300,v1:10.0.97.224:6789]"}} [root@ceph1-hk-m-4p31kb-node7 ~]# The secondary cluster is configured with 3 mon hosts : [root@ceph2-hk-m-4p31kb-node6 ~]# ceph mon dump epoch 3 fsid b9052a36-7c88-11ee-aee7-fa163e9f50e7 last_changed 2023-11-06T09:45:25.866973+0000 created 2023-11-06T09:42:13.026736+0000 min_mon_release 18 (reef) election_strategy: 1 0: [v2:10.0.97.224:3300/0,v1:10.0.97.224:6789/0] mon.ceph2-hk-m-4p31kb-node1-installer 1: [v2:10.0.97.14:3300/0,v1:10.0.97.14:6789/0] mon.ceph2-hk-m-4p31kb-node3 2: [v2:10.0.99.147:3300/0,v1:10.0.99.147:6789/0] mon.ceph2-hk-m-4p31kb-node2 dumped monmap epoch 3 [root@ceph2-hk-m-4p31kb-node6 ~]# Version-Release number of selected component (if applicable): --------- ceph version 18.2.0-113.el9cp How reproducible: ---------------- Always Actual results: -------------- ceph fs snapshot mirror peer-list is displaying only 1 host instead of all mon hosts Expected results: ---------------- ceph fs snapshot mirror peer-list must display details of all mon hosts of the secondary cluster.