Bug 1906262
| Summary: | Various potential crashes are possible if snapshot mirroring is behind | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Jason Dillaman <jdillama> |
| Component: | RBD-Mirror | Assignee: | Ilya Dryomov <idryomov> |
| Status: | CLOSED ERRATA | QA Contact: | Harish Munjulur <hmunjulu> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2 | CC: | ceph-eng-bugs, ceph-qe-bugs, idryomov, mmurthy, tserlin |
| Target Milestone: | --- | ||
| Target Release: | 4.2z2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-14.2.11-162.el8cp, ceph-14.2.11-162.el7cp | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-15 17:13:09 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: | |||
|
Description
Jason Dillaman
2020-12-10 03:52:01 UTC
The MGR can also potentially crash when more than 1000 images are being mirrored, and a mirror schedule exists, and mirroring is concurrently being enabled/disabled on one or more images while the MGR is gathering the list of mirroring images. QA verified. 1. Create pool and image and enable mirroring. 2. write data to the image 3. schedule snapshot mirroring 4. Continuously write data 5. in a loop run #rbd mirror image snapshot data/bug3 #rbd --pool data snap ls bug3 --all 6. make sure the mirror snapshot with an empty mirror peer uuid is not occured. 7. in the background running 100s of image's mirroring ex: no emprty mirror peer uiid seen 728064 .mirror.primary.d259f97a-8b76-419f-940a-756139109cb0.f12104fe-b051-4a51-a92f-560f624ef6cb 50 GiB Sun Jun 6 12:36:01 2021 mirror (primary peer_uuids:[1c73d2b5-6f8c-452f-9586-fc02b3d07700]) 728129 .mirror.primary.d259f97a-8b76-419f-940a-756139109cb0.4639be51-7465-4044-8da6-af2ebae70f43 50 GiB Sun Jun 6 12:36:06 2021 mirror (primary peer_uuids:[1c73d2b5-6f8c-452f-9586-fc02b3d07700]) 728194 .mirror.primary.d259f97a-8b76-419f-940a-756139109cb0.0fc748fd-802b-4c1d-adb0-b0d12a94a200 50 GiB Sun Jun 6 12:36:11 2021 mirror (primary peer_uuids:[1c73d2b5-6f8c-452f-9586-fc02b3d07700]) 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 (Important: Red Hat Ceph Storage 4.2 Security and Bug Fix 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-2021:2445 |