Bug 246383 - mismatched package for dmraid w/ kernel on install media
Summary: mismatched package for dmraid w/ kernel on install media
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: dmraid
Version: 7
Hardware: All
OS: Linux
low
urgent
Target Milestone: ---
Assignee: Milan Broz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-01 15:16 UTC by Joe Hohertz
Modified: 2013-03-01 04:05 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-11-02 12:28:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joe Hohertz 2007-07-01 15:16:17 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:

100% Reproducable for any raid 5 sets attempted to be installed to

Steps to Reproduce:
1. Configure a RAID 5 in the BIOS
2. Attempt an install F7 to the RAID set
3. First sign of trouble is Anaconda claiming it can't open /dev/mapper/nvida_xxxxxx
4. From there hit ALT-F2 to get the console
5. dmraid -r and dmraid -s will show info on the raid set
6. dmraid -ay yields an error that 'raid45' could not be loaded
7. lsmod | grep raid shows that in fact the raid456 module is loaded (and i
assume should suffice). regardless the tool refuses to proceed further.

Apparently kernel 2.6.20 changed the name of the module, requiring an update to
dmraid as well.

Expected results:

dmraid will honour the raid456 module to satisfy it's dependancies.

Additional info:

This is preventing the installation of FC7 onto the volume completely. I assume
new media will need to be made available to correct the problem.

Some related links for other peoples bugs that reflect the same issue in
different products:

https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/102973
http://www.redaht.com/archives/ataraid-list/2007-February/msg00006.html

Comment 1 Alasdair Kergon 2007-07-02 00:58:34 UTC
Errr - how did this get assigned to me???  Is something broken in Fedora bugzilla?

Comment 2 Joe Hohertz 2007-07-02 02:20:49 UTC
Not sure, it autofilled your address after i selected the package.


Comment 3 Alasdair Kergon 2007-07-02 02:45:35 UTC
It's looking like the Core/Extras merge obliterated default owner and initial cc
list for Fedora Core bugzilla components.  This was not announced so clearly it
was unintentional and should be fixed globally and mentioned in the
post-implementation review for that change, so lessons can be learned for next
time bugzilla data edits are made.

These said nothing about losing previous settings for Core packages:
  https://www.redhat.com/archives/fedora-maintainers/2007-June/msg00538.html
  https://www.redhat.com/archives/fedora-devel-announce/2007-June/msg00005.html


Comment 4 Milan Broz 2007-11-02 12:28:02 UTC
Dmraid cannot use raid456 kernel module for RAID5 mapping (it is module for MD
device, not device-mapper target), it needs separate dm-raid45 kernel module
which is not yet in stable kernel.

For testing development version you can see
http://people.redhat.com/heinzm/sw/dm/dm-raid45/

But this will not merged in F7 release cycle, RAID5 mapped through dmraid (i.e.
created by bios utility) is not supported yet (but you can use software MD raid5
in install process of course) .


Note You need to log in before you can comment on or make changes to this bug.