Bug 132347

Summary: anaconda throws exception on double click on existing logical volume in GUI disk druid
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact: Mike McLean <mikem>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: nobody+pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:05:34 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:

Description Alexandre Oliva 2004-09-11 04:54:49 UTC
Description of problem:
If you double-click on an existing LVM, anaconda throws an exception
in iw/lvm_dialog_gui.pw:314:

	    pesize = int(self.peCombo.get_active_value())

as it turns out, peCombo was initialized to a gtk.Label in __init__,
and this class doesn't implement a get_active_value() method.  I
suppose that FIXME may have to be fixed :-)

Version-Release number of selected component (if applicable):
anaconda-10.0.2-3 (re0910.0)

How reproducible:
Always

Steps to Reproduce:
1.Start the graphical installer on a box with existing logical volumes
2.Get to disk druid and click on an existing logical volume.

Actual Results:  Exception window pops up.

Expected Results:  It should pop up a window to let me assign mount
points to the logical volumes.

Comment 1 Jeremy Katz 2004-09-13 15:23:08 UTC

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

Comment 2 Red Hat Bugzilla 2006-02-21 19:05:34 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.