Bug 734978 - AttributeError: 'MDRaidArrayDevice' object has no attribute 'metadataVersion'
Summary: AttributeError: 'MDRaidArrayDevice' object has no attribute 'metadataVersion'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 16
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Lehman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:5d6c16ac37fe1021233359434b4...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-09-01 03:10 UTC by Clyde E. Kunkel
Modified: 2011-09-14 21:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-14 21:02:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Clyde E. Kunkel 2011-09-01 03:10:23 UTC
abrt version: 2.0.5
executable:     /usr/bin/python
hashmarkername: anaconda
kernel:         3.1.0-0.rc3.git0.0.fc16.x86_64
product:        Fedora
reason:         AttributeError: 'MDRaidArrayDevice' object has no attribute 'metadataVersion'
time:           Wed Aug 31 19:05:35 2011
version:        16

description:
:The following was filed automatically by anaconda:
:anaconda 16.16 exception report
:Traceback (most recent call first):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 401, in _is_valid_md
:    if metadata and device.metadataVersion not in metadata:
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 691, in is_valid_stage2_device
:    desc=self.stage2_description):
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 723, in bootable_chain_devices
:    if self.is_valid_stage2_device(d, linux=False, non_linux=True)]
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1337, in has_windows
:    return len(self.bootable_chain_devices) != 0
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/timezone_gui.py", line 95, in getScreen
:    self.utcCheckbox.set_active(not anaconda.bootloader.has_windows)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1272, in display_step
:    new_screen = self.currentWindow.getScreen(self.anaconda)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1159, in display_step
:    return self.icw.display_step(step)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 377, in dispatch
:    rc = self.anaconda.intf.display_step(self.step)
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 241, in go_forward
:    self.dispatch()
:  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1203, in nextClicked
:    self.anaconda.dispatch.go_forward()
:AttributeError: 'MDRaidArrayDevice' object has no attribute 'metadataVersion'

Comment 1 Clyde E. Kunkel 2011-09-01 17:41:03 UTC
Two arrays:  one with metadata 0.90 and one with 1.1.
After traceback, deleted array with 1.1 metadata, reran, same error.

Sorry, thought abrt would have sent logs.  Can rerun if it would help.

The remaining md is a raid10 and mdadm --examine of the devices in it says that each is metadata type 0.90.00.

Neither mdadm --examine /dev/sd* nor blkid find any unused partitions of type linux_raid_member.

Comment 2 David Lehman 2011-09-01 17:50:29 UTC
No need for more information. Problem is well in hand. Thanks.

Comment 3 Clyde E. Kunkel 2011-09-14 21:02:10 UTC
Fixed in current anaconda.  Thanks...


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