Bug 11139 - Disks member of ddf array (Fake raid) are displayed in diskdrake
Summary: Disks member of ddf array (Fake raid) are displayed in diskdrake
Status: RESOLVED DUPLICATE of bug 11105
Alias: None
Product: Mageia
Classification: Unclassified
Component: Installer (show other bugs)
Version: Cauldron
Hardware: i586 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 16:04 CEST by Jean-Philippe Braun
Modified: 2013-09-03 16:53 CEST (History)
0 users

See Also:
Source RPM:
CVE:
Status comment:


Attachments
detect ddf members (1.27 KB, patch)
2013-09-03 16:05 CEST, Jean-Philippe Braun
Details | Diff

Description Jean-Philippe Braun 2013-09-03 16:04:43 CEST
Since MGA2, Disks member of ddf array are displayed in diskdrake. On MGA they were correctly detected as members of the array so they weren't displayed in diskdrake.

Even if the dmraid code of the installer hasn't changed, I noticed that a perl map wasn't working as it should. I'm an absolute noob in perl but here is a patch that restore the old behaviour.

You can test fake raid ddf arrays in VMs like this:
- Create a VM with 2 disks with the same size
- Boot a livecd with mdadm
- Run the commands:
    mdadm -C /dev/md/ddf -e ddf -l container -n 2 /dev/sda /dev/sdb
    mdadm -C /dev/md/array1 -l raid1 -n 2 /dev/md/ddf
- Reboot with the Mageia installer

Reproducible: 

Steps to Reproduce:
Comment 1 Jean-Philippe Braun 2013-09-03 16:05:32 CEST
Created attachment 4317 [details]
detect ddf members
Comment 2 Jean-Philippe Braun 2013-09-03 16:10:55 CEST
I wanted to say: "On MGA1 they were correctly detected as members"
Comment 3 Manuel Hiebel 2013-09-03 16:53:00 CEST
duplicate

*** This bug has been marked as a duplicate of bug 11105 ***

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE


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