"[Bug 1129]" <[EMAIL PROTECTED]> writes: > The disk partitioning utility in drakx does not seem to be able to deal with md > devices beyond /dev/md9. It detects md5-md8 fine, but lists /dev/md19 as "md1" > and does not detect md11-md18 at all. When one chooses the individual > partitions that make up md19, though, it does list the partitions as part of > md19. The issue resides in the fact that under the "RAID" tab, md19 is listed > as md1 and none of the md devices beyond md8 are in the "RAID" tab. > > This is also the case when one selects the "use existing partitions" tab. md19 > is listed as md1 and no devices beyond md8 are listed at all. > > This bug exists in both the graphical, text and expert modes. > > I suspect it is something as simple as editing the scripts to be able to handle > double-digit md devices and to check for partitions on md devices beyond md9, > but I am not familiar with the install code.
@resolution=fixed fixed in CVS, will be in upcoming beta3 i've found a regexp problem that should fix the double-digit md devices bug. Can you attach your /proc/mdstat so that i can double check that i found the culprit? i've also increased some code that enumerated mds from 0 to 7
