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 1147068 - ArithmeticError: Could not align up to sector
Summary: ArithmeticError: Could not align up to sector
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: python-blivet
Version: 7.0
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: David Lehman
QA Contact: Release Test Team
URL:
Whiteboard: abrt_hash:717334c8519eac9cc9671dd6b7e...
: 1170560 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-26 18:46 UTC by Brian Lane
Modified: 2021-09-03 14:08 UTC (History)
1 user (show)

Fixed In Version: python-blivet-0.61.0.7-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-05 14:07:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (567.28 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: anaconda.log (8.77 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: environ (404 bytes, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: lsblk_output (1.88 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: nmcli_dev_list (989 bytes, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: os_info (508 bytes, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: program.log (25.78 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: storage.log (193.58 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: syslog (61.46 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: ifcfg.log (1.07 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details
File: packaging.log (171.86 KB, text/plain)
2014-09-26 18:46 UTC, Brian Lane
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0313 0 normal SHIPPED_LIVE python-blivet bug fix and enhancement update 2015-03-05 17:35:49 UTC

Description Brian Lane 2014-09-26 18:46:35 UTC
Description of problem:
Stage2 on /dev/vda1/LiveOS/squashfs.img

Autopart with reclaim space. Deleted all (reclaim preserved vda1).

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

The following was filed automatically by anaconda:
anaconda 19.31.91-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/parted/alignment.py", line 87, in alignUp
    return self.__alignment.align_up(geom.getPedGeometry(), sector)
  File "/usr/lib64/python2.7/site-packages/parted/decorators.py", line 41, in new
    ret = fn(*args, **kwds)
  File "/tmp/updates/blivet/partitioning.py", line 1774, in getDiskChunks
    start=disk.format.alignment.alignUp(f, f.start),
  File "/tmp/updates/blivet/partitioning.py", line 1154, in allocatePartitions
    temp_parts, freespace)
  File "/tmp/updates/blivet/partitioning.py", line 926, in doPartitioning
    allocatePartitions(storage, disks, partitions, free)
  File "/tmp/updates/blivet/partitioning.py", line 420, in doAutoPartition
    doPartitioning(storage)
  File "/tmp/updates/pyanaconda/kickstart.py", line 306, in execute
    doAutoPartition(storage, ksdata, min_luks_entropy=MIN_CREATE_ENTROPY)
  File "/tmp/updates/pyanaconda/kickstart.py", line 1862, in doKickstartStorage
    ksdata.autopart.execute(storage, ksdata, instClass)
  File "/tmp/updates/pyanaconda/ui/gui/spokes/storage.py", line 364, in _doExecute
    doKickstartStorage(self.storage, self.data, self.instclass)
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/tmp/updates/pyanaconda/threads.py", line 211, in run
    threading.Thread.run(self, *args, **kwargs)
ArithmeticError: Could not align up to sector

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   initrd=initrd.img inst.stage2=hd:/dev/vda1:/ updates=http://updates.notae.us/rhel7.1.img BOOT_IMAGE=vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.10.0-160.el7.x86_64
product:        Red Hat Enterprise Linux
release:        Red Hat Enterprise Linux ComputeNode release 7.0 (Maipo)
release_type:   pre-release
type:           anaconda
version:        7.0

Comment 1 Brian Lane 2014-09-26 18:46:39 UTC
Created attachment 941686 [details]
File: anaconda-tb

Comment 2 Brian Lane 2014-09-26 18:46:40 UTC
Created attachment 941687 [details]
File: anaconda.log

Comment 3 Brian Lane 2014-09-26 18:46:40 UTC
Created attachment 941688 [details]
File: environ

Comment 4 Brian Lane 2014-09-26 18:46:41 UTC
Created attachment 941689 [details]
File: lsblk_output

Comment 5 Brian Lane 2014-09-26 18:46:41 UTC
Created attachment 941690 [details]
File: nmcli_dev_list

Comment 6 Brian Lane 2014-09-26 18:46:42 UTC
Created attachment 941691 [details]
File: os_info

Comment 7 Brian Lane 2014-09-26 18:46:43 UTC
Created attachment 941692 [details]
File: program.log

Comment 8 Brian Lane 2014-09-26 18:46:44 UTC
Created attachment 941693 [details]
File: storage.log

Comment 9 Brian Lane 2014-09-26 18:46:45 UTC
Created attachment 941694 [details]
File: syslog

Comment 10 Brian Lane 2014-09-26 18:46:46 UTC
Created attachment 941695 [details]
File: ifcfg.log

Comment 11 Brian Lane 2014-09-26 18:46:47 UTC
Created attachment 941696 [details]
File: packaging.log

Comment 14 Martin Banas 2014-12-04 10:36:15 UTC
Hi Brian,
this bug doesn't seem to be fixed, I just hit it again on:
RHEL-7.1-20141203.1:
anaconda-19.31.111-1.el7
python-blivet-0.61.0.18-1.el7

Closing new bug as duplicate of this one and moving this one back to assigned.

Comment 15 Martin Banas 2014-12-04 10:36:52 UTC
*** Bug 1170560 has been marked as a duplicate of this bug. ***

Comment 16 David Lehman 2015-01-05 19:09:39 UTC
The errors are slightly different. 1170560 is actually a duplicate of 1167292. I think this one is fixed, technically.

Comment 19 errata-xmlrpc 2015-03-05 14:07:27 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0313.html


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