Bug 2392374
| Summary: | Need access to rbd mirror schedule interval through the API | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Paul Roberts <proberts> |
| Component: | Ceph-Dashboard | Assignee: | Nizamudeen <nia> |
| Status: | CLOSED ERRATA | QA Contact: | Sunil Angadi <sangadi> |
| Severity: | high | Docs Contact: | Rivka Pollack <rpollack> |
| Priority: | medium | ||
| Version: | 9.0 | CC: | ceph-eng-bugs, cephqe-warriors, mobisht, nia, sangadi |
| Target Milestone: | --- | ||
| Target Release: | 9.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-20.1.0-48 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2026-01-29 06:58:14 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: | |||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Red Hat Ceph Storage 9.0 Security and Enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2026:1536 |
Currently in the api GET /api/block/image/{image_spec} we have the following info about the rbd mirror schedule "schedule_info": { "image": "mirroredpool/mirroredimage", "schedule_time": "2025-08-29 12:40:00" }, But no indication of the schedule interval which we need for SRA to be able to re-enable mirroring on the DR site after a failover. The schedule interval is available via the CLI rbd mirror snapshot schedule list -R Ilya suggested: "The mirror snapshot scheduler is something that is provided by rbd_support manager module and as such there is rbd mirror snapshot schedule list manager command The Dashboard can make use of mgr_command() binding and get that output as JSON"