Bug 591459

Summary: MDRaidError: mddeactivate failed for /dev/md127
Product: [Fedora] Fedora Reporter: Adam Huffman <bloch>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 12CC: anaconda-maint-list, hdegoede, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:51a6d15d4e6705a6a8fd7d3e1f73cbfe6b1937f9c39fd7a7ddf0a3823494496d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-12 10:19:54 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 Flags
Attached traceback automatically from anaconda. none

Description Adam Huffman 2010-05-12 10:06:40 UTC
The following was filed automatically by anaconda:
anaconda 12.46 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/devicelibs/mdraid.py", line 206, in mddeactivate
    raise MDRaidError("mddeactivate failed for %s" % device)
  File "/usr/lib/anaconda/storage/devices.py", line 2523, in teardown
    mdraid.mddeactivate(self.path)
  File "/usr/lib/anaconda/storage/devices.py", line 306, in teardownParents
    parent.teardown(recursive=recursive)
  File "/usr/lib/anaconda/storage/devices.py", line 595, in teardown
    self.teardownParents(recursive=recursive)
  File "/usr/lib/anaconda/storage/__init__.py", line 1147, in findExistingRootDevices
    device.teardown(recursive=True)
  File "/usr/lib/anaconda/upgrade.py", line 100, in findExistingRoots
    rootparts = findExistingRootDevices(anaconda, upgradeany=upgradeany)
  File "/usr/lib/anaconda/upgrade.py", line 81, in findRootParts
    flags.cmdline.has_key("upgradeany"))
  File "/usr/lib/anaconda/dispatch.py", line 200, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 123, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1195, in nextClicked
    self.anaconda.dispatch.gotoNext()
MDRaidError: mddeactivate failed for /dev/md127

Comment 1 Adam Huffman 2010-05-12 10:06:44 UTC
Created attachment 413381 [details]
Attached traceback automatically from anaconda.

Comment 2 Hans de Goede 2010-05-12 10:19:54 UTC
This is a known issue with Intel BIOS RAID sets in F-12, you can work around this by adding "noiswmd" to the cmdline when starting the installer, which will make it use dmraid for Intel BIOS RAID rather then the new mdraid support,

This is fixed in F-13.