Bug 1950991

Summary: [rbd-mirror] No data is shown under "Syncing" tab in dashboard for rbd-mirror
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Gopi <gpatta>
Component: Ceph-DashboardAssignee: Pere Diaz Bou <pdiazbou>
Status: CLOSED DUPLICATE QA Contact: Preethi <pnataraj>
Severity: high Docs Contact: Anjana Suparna Sriram <asriram>
Priority: low    
Version: 5.0CC: ceph-eng-bugs, epuertat, idryomov, mmurthy, nia, sangadi, vereddy
Target Milestone: ---Keywords: Reopened, TestOnly
Target Release: 5.2   
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: 2022-06-17 09:44:45 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:
Attachments:
Description Flags
Screenshot of rbd-mirror image level none

Comment 2 Gopi 2021-04-26 05:02:34 UTC
Created attachment 1775415 [details]
Screenshot of rbd-mirror image level

Hi @Ernesto
Same output is displaying for image as well.

Primary cluster output:
[ceph: root@magnaabc /]# rbd mirror image status g_mirror_pool/g_mirror_image
g_mirror_image:
  global_id:   fc00b995-eecc-4487-89b5-bc1d91c3523d
  state:       up+stopped
  description: local image is primary
  service:     magnaabc.xcpmkq on magna031
  last_update: 2021-04-23 05:46:32
  peer_sites:
    name: site-b
    state: up+replaying
    description: replaying, {"bytes_per_second":2259612.0,"entries_behind_primary":85270,"entries_per_second":545.8,"non_primary_position":{"entry_tid":176875,"object_number":43,"tag_tid":2},"primary_position":{"entry_tid":262145,"object_number":65,"tag_tid":2},"seconds_until_synced":156}
    last_update: 2021-04-23 05:46:14
[ceph: root@magnaabc /]# 


Secondary cluster output:
[ceph: root@magnaxyz /]# rbd mirror image status g_mirror_pool/g_mirror_image
g_mirror_image:
  global_id:   fc00b995-eecc-4487-89b5-bc1d91c3523d
  state:       up+replaying
  description: replaying, {"bytes_per_second":2312466.0,"entries_behind_primary":68587,"entries_per_second":558.5700000000001,"non_primary_position":{"entry_tid":193558,"object_number":50,"tag_tid":2},"primary_position":{"entry_tid":262145,"object_number":65,"tag_tid":2},"seconds_until_synced":122}
  service:     magnaxyz.tjnzpy on magnaxyz.ceph.redhat.com
  last_update: 2021-04-23 05:46:44
  peer_sites:
    name: site-a
    state: up+stopped
    description: local image is primary
    last_update: 2021-04-23 05:46:32
[ceph: root@magnaxyz /]#

Comment 4 Gopi 2021-04-30 09:39:25 UTC
@epuertat 

Can you elaborate little bit about what bootstrap stage is? Generally this is the output we get from command line interface(from primary : "up+stopped" and from secondary: "up+replaying"). If something different than this then we can try in that way with some images and see if syncing is happening or not.