Bug 768861 - Installer: Partitioner does not show partitions of fakeraid array properly and later no partitions on that array are mounted
Summary: Installer: Partitioner does not show partitions of fakeraid array properly an...
Status: RESOLVED DUPLICATE of bug 769982
Alias: None
Product: openSUSE 12.2
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: x86-64 openSUSE 12.2
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Neil Brown
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-26 12:45 UTC by Josua Mayer
Modified: 2012-07-06 08:44 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josua Mayer 2012-06-26 12:45:46 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1

I tried to install opensuse on my nvidia fakeraid raid1 array

Reproducible: Always

Steps to Reproduce:
1. create a fakeraid raid1 array
2. try to install opensuse on a partition on that array
3. In Partitioner try to use a partition of that array without formatting it
4. Perform the Installation
Actual Results:  
partitioner does not detect filesystems or sizes of the partitions on the fakeraid array and complains when trying to use a partition without formatting it, claiming that it doesnt know the filesystem.

installation fails to format any partitions
installation fails to mount any partition
Installation fails

Expected Results:  
Partitioner showing the partitions correct and allowing partitiosn to be not formatted
Installer formatting and mounting / properly

Here is what I did to overcome the issues:
when the error appear that it couldnt fomrat the partition
I went to a shell and ran this:
dmraid -ay # to start the raid array. I found, that it wasnt activated(or maybe there were just no partitions shown, dont remember)
I then manually formatted my partition to ext4
I also made a symlink
ln -sv /dev/mapper/nvidia_bbbdidfcp4 /dev/mapper/nvidia_bbbdidfc_part4
I realized the installer expects the partition name to contain this "_part" while dmraid will not name them thus by default.
Installation then went through till installing grub(which might be another issue) or caused by the same
Comment 1 Neil Brown 2012-07-05 08:14:39 UTC
This is probably a yast2-storage issue more than an mdadm or md issue.
Arvin: could you take a look and see if you can help?  Thanks.
Comment 2 Arvin Schnell 2012-07-05 08:24:39 UTC
Please provide YaST logs, see http://en.opensuse.org/openSUSE:Bugreport_YaST.
Comment 3 Arvin Schnell 2012-07-06 08:44:03 UTC
Looks like a duplicate of bug #769982.

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