Bug 1083581

Summary: PartitionException: Can't have overlapping partitions.
Product: [Fedora] Fedora Reporter: Martin Kolman <mkolman>
Component: python-blivetAssignee: Vratislav Podzimek <vpodzime>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: agk, amulhern, anaconda-maint-list, bcl, dlehman, g.kaviyarasu, jonathan, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:47af1c11dc2555499cc5a26f9dfb493011af00f3d189fdbae5c008d5a4f5fcf6
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-27 14:54:53 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
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Martin Kolman 2014-04-02 13:47:44 UTC
Description of problem:
1. select disks that don't have enough space for install
2. in the reclaim dialog use delete all
3. then go to network spoke turn off and back on a network interface
4. go back to hub
5. you get an exception

Version-Release number of selected component:
anaconda-21.29-1

The following was filed automatically by anaconda:
anaconda 21.29-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/parted/disk.py", line 246, in addPartition
    constraint.getPedConstraint())
  File "/usr/lib64/python2.7/site-packages/parted/decorators.py", line 41, in new
    ret = fn(*args, **kwds)
  File "/usr/lib/python2.7/site-packages/blivet/partitioning.py", line 2096, in growPartitions
    constraint=constraint)
  File "/usr/lib/python2.7/site-packages/blivet/partitioning.py", line 888, in doPartitioning
    growPartitions(disks, partitions, free, size_sets=storage.size_sets)
  File "/usr/lib/python2.7/site-packages/blivet/partitioning.py", line 384, in doAutoPartition
    doPartitioning(storage)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 275, in execute
    doAutoPartition(storage, ksdata)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1835, in doKickstartStorage
    ksdata.autopart.execute(storage, ksdata, instClass)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 321, in _doExecute
    doKickstartStorage(self.storage, self.data, self.instclass)
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
    threading.Thread.run(self, *args, **kwargs)
PartitionException: Can't have overlapping partitions.

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=/test/mk/fedora/initrd.img root=live:http://cobra02/trees/mk/my_comps_squashfs.img nokill resolution=1024x768 BOOT_IMAGE=/test/mk/fedora/vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.14.0-0.rc8.git1.1.fc21.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        21

Potential duplicate: bug 892093

Comment 1 Martin Kolman 2014-04-02 13:47:50 UTC
Created attachment 881794 [details]
File: anaconda-tb

Comment 2 Martin Kolman 2014-04-02 13:47:53 UTC
Created attachment 881795 [details]
File: anaconda.log

Comment 3 Martin Kolman 2014-04-02 13:47:56 UTC
Created attachment 881796 [details]
File: environ

Comment 4 Martin Kolman 2014-04-02 13:47:58 UTC
Created attachment 881797 [details]
File: lsblk_output

Comment 5 Martin Kolman 2014-04-02 13:48:01 UTC
Created attachment 881798 [details]
File: nmcli_dev_list

Comment 6 Martin Kolman 2014-04-02 13:48:03 UTC
Created attachment 881799 [details]
File: os_info

Comment 7 Martin Kolman 2014-04-02 13:48:06 UTC
Created attachment 881800 [details]
File: program.log

Comment 8 Martin Kolman 2014-04-02 13:48:13 UTC
Created attachment 881801 [details]
File: storage.log

Comment 9 Martin Kolman 2014-04-02 13:48:19 UTC
Created attachment 881802 [details]
File: syslog

Comment 10 Martin Kolman 2014-04-02 13:48:22 UTC
Created attachment 881803 [details]
File: ifcfg.log

Comment 11 Martin Kolman 2014-04-02 13:48:25 UTC
Created attachment 881804 [details]
File: packaging.log

Comment 12 Vratislav Podzimek 2014-05-26 08:01:11 UTC
Another user experienced a similar problem:

Try to perform installation with 4 disks.

cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=/test/vpodzime/my_composes/initrd.img root=live:http://cobra02/trees/vp/my_comps_squashfs.img nokill repo=http://cobra02/trees/rawhide/x86_64/os/  BOOT_IMAGE=/test/vpodzime/my_composes/vmlinuz 
hashmarkername: anaconda
kernel:         3.15.0-0.rc5.git3.2.fc21.x86_64
package:        anaconda-21.37-1
product:        Fedora
reason:         PartitionException: Can't have overlapping partitions.
release:        Cannot get release name.
version:        21

Comment 13 Vratislav Podzimek 2014-05-27 14:54:53 UTC
Believe it or not, this is caused by the same issue as bug #1098185

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