Bug 576145
Summary: | Do not try to commit diskLabels on non partitionable devices | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan F. Chadima <jchadima> | ||||
Component: | anaconda | Assignee: | Hans de Goede <hdegoede> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.0 | CC: | atodorov, borgan, jstodola | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | anaconda_trace_hash:ad44c8cc90cd6919f3a0fd7787565f9db6def39373845825d0859f66f40e1a4b | ||||||
Fixed In Version: | anaconda-13.21.23-1 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 577824 (view as bug list) | Environment: | |||||
Last Closed: | 2010-11-10 19:41:41 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
Jan F. Chadima
2010-03-23 11:56:41 UTC
Created attachment 402033 [details]
Attached traceback automatically from anaconda.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. There are 2 issues here: 1) We should not call partedDisk.commit on non partitionable devices which hold a disklabel, as the partition table reload ioctl will fail. 2) We should not store /dev/dm-# device node names in actions, but rather /dev/mapper/xxxxx-yyyyy names, as the /dev/dm-# name can change when we deactivate and re-activate things. I'm going to clone this bug, and keep this one for issue 1 (for which I'll send a patch to the list for review). I'm going to assign issue 2 to Dave Lehman who knows that part of the code best. This is fixed in anaconda-13.21.23-1, moving to modified. Jan, do you remember how you triggered this? What kind of setup you had/what actions were performed? on disk arranging I've set use whole disc, and use disc without valid partition table. Successfully verified on build RHEL6.0-20100818.0 with anaconda-13.21.78-1.el6. Moving to VERIFIED. Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |