Bug 475283
| Summary: | kpartx tries to create devices beyond the end of the disk. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nate Clark <redhat> | ||||||
| Component: | device-mapper-multipath | Assignee: | Milan Broz <mbroz> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | rawhide | CC: | agk, bmarzins, dwysocha, heinzm, kwizart, lex.lists, lvm-team, mbroz, prockai, pvrabec | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-03-06 13:16:06 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Nate Clark
2008-12-08 19:34:48 UTC
Created attachment 326169 [details]
Subtracts the start of the extended partition from the overall volume offset.
Patch mentioned in description.
*** Bug 479116 has been marked as a duplicate of this bug. *** Is there any improvements about how to fix this bug ? Because this is really weird that it was working previously without the patch !!! Or the problem might be elsewhere ? I think this use to work in previous versions of kpartx because all dm-linear devices use to sit on top of the same device. In this version only primary partitions sit on top of the base device and extended partitions sit on top of the appropriate partition. This patch is still needed in current rawhide ! Any chances of it to be fixed by the F-11 beta ? Ok, that's apparently serious problem, I'll fix that in rawhide. Created attachment 334287 [details]
Proposed patch
(patch from Hannes who originally added that code to kpartx - not sure why it is missing there)
Fixed in device-mapper-multipath-0.4.8-9.fc11 build. |