Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1034324

Summary: AttributeError: 'DeviceFormat' object has no attribute 'peStart'
Product: Red Hat Enterprise Linux 7 Reporter: Martin Kyral <mkyral>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: mkyral
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:891b7873f36993f313334e92a5a115cbc52e52abecb4f78e7eb98315cf0c6db4
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-15 19:26:55 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 Kyral 2013-11-25 15:38:27 UTC
Description of problem:
1) have disk filled with some (shrinkable) partition
2) shrink the partition
3) create a partition for the RHEL7 installation in the freed space
4) in 'INSTALLATION DESTINATION', deselect the disk
5) re-enter 'INSTALLATION DESTINATION', select the disk and go to manual partitioning
6) try to use the partition (listed under "Unknown")
7) crash once the partition is clicked

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

The following was filed automatically by anaconda:
anaconda 19.31.34-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2410, in size
    size += max(0, self.align(pv.size - pv.format.peStart))
  File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 417, in <lambda>
    containers.sort(key=lambda c: getattr(c, "freeSpace", c.size),
  File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 418, in get_container
    reverse=True)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1225, in _save_right_side
    container = factory.get_container()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2383, in _save_current_selector
    self._save_right_side(self._current_selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2463, in on_page_clicked
    self._save_current_selector()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 146, in _onExpanded
    cb(obj.get_child())
AttributeError: 'DeviceFormat' object has no attribute 'peStart'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=/distrotrees/65107/initrd method=http://download-01.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Everything/x86_64/os/ repo=http://download-01.eng.brq.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131115.2/compose/Everything/x86_64/os/  BOOT_IMAGE=/distrotrees/65107/kernel 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.10.0-50.el7.x86_64
product:        Red Hat Enterprise Linux
release:        Red Hat Enterprise Linux Server release 7.0 Beta (Maipo)
type:           anaconda
version:        7.0

Comment 1 Martin Kyral 2013-11-25 15:38:34 UTC
Created attachment 828735 [details]
File: anaconda-tb

Comment 2 Martin Kyral 2013-11-25 15:38:40 UTC
Created attachment 828736 [details]
File: anaconda.log

Comment 3 Martin Kyral 2013-11-25 15:38:44 UTC
Created attachment 828737 [details]
File: environ

Comment 4 Martin Kyral 2013-11-25 15:38:47 UTC
Created attachment 828738 [details]
File: lsblk_output

Comment 5 Martin Kyral 2013-11-25 15:38:51 UTC
Created attachment 828739 [details]
File: nmcli_dev_list

Comment 6 Martin Kyral 2013-11-25 15:38:54 UTC
Created attachment 828740 [details]
File: os_info

Comment 7 Martin Kyral 2013-11-25 15:38:58 UTC
Created attachment 828741 [details]
File: program.log

Comment 8 Martin Kyral 2013-11-25 15:39:01 UTC
Created attachment 828742 [details]
File: storage.log

Comment 9 Martin Kyral 2013-11-25 15:39:07 UTC
Created attachment 828743 [details]
File: syslog

Comment 10 Martin Kyral 2013-11-25 15:39:11 UTC
Created attachment 828744 [details]
File: ifcfg.log

Comment 11 Martin Kyral 2013-11-25 15:39:15 UTC
Created attachment 828745 [details]
File: packaging.log

Comment 13 Dave Cantrell 2013-12-13 18:34:15 UTC
Are you resizing and creating the new destination partition before running anaconda or using the storage UI code in the installer?

Comment 14 Martin Kyral 2013-12-16 08:59:52 UTC
All the actions are performed from Anaconda, using Anaconda tools. It seems to me that the steps 1 and 2 are not necessary.

Attaching a screenshot so it is clearer how the disk layout look like.

Comment 16 Dave Cantrell 2014-01-15 19:26:55 UTC

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