Bug 1497059
| Summary: | Core was generated by `mpathpersist -o -G -S 1AA00C5202 /dev/mapper/mpathf' [rhel-6.9.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Oneata Mircea Teodor <toneata> |
| Component: | device-mapper-multipath | Assignee: | Ben Marzinski <bmarzins> |
| Status: | CLOSED ERRATA | QA Contact: | Lin Li <lilin> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.8 | CC: | agaikwad, agk, bmarzins, heinzm, jbrassow, jmagrini, jreznik, lilin, msnitzer, mthacker, nkshirsa, prajnoha, rbalakri, zkabelac |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | device-mapper-multipath-0.4.9-100.el6_9.1 | Doc Type: | Bug Fix |
| Doc Text: |
Prior to this update, the mpathpersist utility sometimes attempted to wait on threads that it did not create. As a consequence, mpathpersist terminated unexpectedly if there was a registration conflict on one of the paths. With this update, mpathpersist now waits only for threads that it creates. As a result, mpathpersist no longer crashes in this situation.
|
Story Points: | --- |
| Clone Of: | 1447328 | Environment: | |
| Last Closed: | 2017-11-14 20:53:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1447328, 1497083 | ||
| Bug Blocks: | |||
|
Description
Oneata Mircea Teodor
2017-09-29 06:45:43 UTC
Fix backported. The easiest way to reproduce this should be to create a multipath device with multiple paths, and reservation_key set. Then, use sg_persist to create a registration with a different key from reservation_key on one of the paths devices directly. This must not not be the first path of the multipath device. Then use mpathpersist to try to create a registration with the reservation_key from the config file. This will cause a conflict on the path that already has a reservation, and force multipath to try to back out the existing reservation, which should trigger this bug. 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, 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/RHBA-2017:3199 |