Bug 501193

Summary: bug during disk configuration
Product: [Fedora] Fedora Reporter: Fabien Georget <fabien.georget>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: anaconda-maint-list, fabien.georget, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:6755298491cab1d3af9284cf8c7bff1bdeafebca05d48ab2e7ceb43d1e2db5f6
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-18 14:14:47 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 Fabien Georget 2009-05-17 20:01:19 UTC
The following was filed automatically by anaconda:
anaconda 11.5.0.47 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/partitioning.py", line 917, in growPartitions
    if not limited[part.name]:
  File "/usr/lib/anaconda/storage/partitioning.py", line 567, in doPartitioning
    growPartitions(disks, partitions)
  File "/usr/lib/anaconda/iw/partition_gui.py", line 1005, in refresh
    doPartitioning(self.storage)
  File "/usr/lib/anaconda/iw/partition_gui.py", line 1113, in editPartition
    if self.refresh(justRedraw=not actions):
  File "/usr/lib/anaconda/iw/partition_gui.py", line 1068, in editCB
    self.editPartition(device)
  File "/usr/lib/anaconda/iw/partition_gui.py", line 943, in treeActivateCB
    self.editCB()
KeyError: 'sda1'

Comment 1 Fabien Georget 2009-05-17 20:06:24 UTC
Created attachment 344354 [details]
Attached traceback automatically from anaconda.

Comment 2 Fabien Georget 2009-05-17 20:11:17 UTC
This bug occured when I try to configure partitions. This is during an install of a virtual machine with virt-manager.

I want 4 disks : vda1 (/), sda1 (/usr), sda2 (/var), sda4 (/home).

Ananconda doesn't configure disk like I want and if i try to correct, anaconda report above exception.

Comment 3 Fabien Georget 2009-05-17 20:25:45 UTC
sorry for spam ...

*I want 4 disks : vda1 (/), sda1 (/usr), sda2 (/var), sda4 (/home).*
Is not correct, this is the correct sentence :
*I want 4 disks : vda1 (/), sda (/usr), sdb (/var), sdd (/home). 


I understand something, it is when I not select a disk (vda, sda, sdb or sdc) for my partition. It is created on the bad disk (of course), but I can't create an other partition after, the exception is raised.

Comment 4 Chris Lumens 2009-05-18 14:14:47 UTC

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