Bug 1623659 - [abrt] blivet-gui-runtime: add_partition(): blivetgui.py:219:_reraise_exception:blivet.errors.PartitioningError: requested size exceeds maximum allowed
Summary: [abrt] blivet-gui-runtime: add_partition(): blivetgui.py:219:_reraise_excepti...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: blivet-gui
Version: 27
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vojtech Trefny
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:4b18fcf48becfa97907d3b72e67...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-08-29 20:26 UTC by Michal Hlavinka
Modified: 2018-10-02 19:32 UTC (History)
2 users (show)

Fixed In Version: blivet-gui-2.1.9-1.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-02 19:32:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (2.83 KB, text/plain)
2018-08-29 20:26 UTC, Michal Hlavinka
no flags Details
File: blivet-gui-utils.log (2.56 KB, text/plain)
2018-08-29 20:26 UTC, Michal Hlavinka
no flags Details
File: blivet.log (44.97 KB, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: cgroup (426 bytes, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: cpuinfo (841 bytes, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: environ (2.54 KB, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: mountinfo (3.27 KB, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: namespaces (129 bytes, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: open_fds (636 bytes, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details
File: program.log (1.89 KB, text/plain)
2018-08-29 20:27 UTC, Michal Hlavinka
no flags Details

Description Michal Hlavinka 2018-08-29 20:26:51 UTC
Description of problem:
blivet-gui
new disk with dos partition table, no partitions
clicked '+', type "lvm2", "ok" and crashed

Version-Release number of selected component:
blivet-gui-runtime-2.1.7-1.fc27

Additional info:
reporter:       libreport-2.9.3
cmdline:        /usr/bin/python3 /usr/bin/blivet-gui
crash_function: add_partition
exception_type: blivet.errors.PartitioningError
executable:     /usr/bin/blivet-gui
kernel:         4.17.17-100.fc27.x86_64
runlevel:       N 3
type:           Python3
uid:            0

Truncated backtrace:
blivetgui.py:219:_reraise_exception:blivet.errors.PartitioningError: requested size exceeds maximum allowed
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1171, in add_device
    blivet.partitioning.do_partitioning(self.storage)
  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 602, in do_partitioning
    allocate_partitions(storage, disks, partitions, free)
  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 981, in allocate_partitions
    _part.req_start_sector, _part.req_end_sector)
  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 458, in add_partition
    raise PartitioningError(_("requested size exceeds maximum allowed"))
blivet.errors.PartitioningError: requested size exceeds maximum allowed


Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 455, in add_device
    self._reraise_exception(result.exception, result.traceback)
  File "/usr/lib/python3.6/site-packages/blivetgui/blivetgui.py", line 219, in _reraise_exception
    raise type(exception)(str(exception) + "\n" + traceback)
blivet.errors.PartitioningError: requested size exceeds maximum allowed
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1171, in add_device
    blivet.partitioning.do_partitioning(self.storage)
  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 602, in do_partitioning
    allocate_partitions(storage, disks, partitions, free)
  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 981, in allocate_partitions
    _part.req_start_sector, _part.req_end_sector)
  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 458, in add_partition
    raise PartitioningError(_("requested size exceeds maximum allowed"))
blivet.errors.PartitioningError: requested size exceeds maximum allowed


Local variables in innermost frame:
traceback: 'Traceback (most recent call last):\n  File "/usr/lib/python3.6/site-packages/blivetgui/blivet_utils.py", line 1171, in add_device\n    blivet.partitioning.do_partitioning(self.storage)\n  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 602, in do_partitioning\n    allocate_partitions(storage, disks, partitions, free)\n  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 981, in allocate_partitions\n    _part.req_start_sector, _part.req_end_sector)\n  File "/usr/lib/python3.6/site-packages/blivet/partitioning.py", line 458, in add_partition\n    raise PartitioningError(_("requested size exceeds maximum allowed"))\nblivet.errors.PartitioningError: requested size exceeds maximum allowed\n'
exception: PartitioningError('requested size exceeds maximum allowed',)
self: <blivetgui.blivetgui.BlivetGUI object at 0x7f3a3f7b0080>

Comment 1 Michal Hlavinka 2018-08-29 20:26:57 UTC
Created attachment 1479572 [details]
File: backtrace

Comment 2 Michal Hlavinka 2018-08-29 20:26:58 UTC
Created attachment 1479573 [details]
File: blivet-gui-utils.log

Comment 3 Michal Hlavinka 2018-08-29 20:27:00 UTC
Created attachment 1479574 [details]
File: blivet.log

Comment 4 Michal Hlavinka 2018-08-29 20:27:01 UTC
Created attachment 1479575 [details]
File: cgroup

Comment 5 Michal Hlavinka 2018-08-29 20:27:03 UTC
Created attachment 1479576 [details]
File: cpuinfo

Comment 6 Michal Hlavinka 2018-08-29 20:27:04 UTC
Created attachment 1479577 [details]
File: environ

Comment 7 Michal Hlavinka 2018-08-29 20:27:06 UTC
Created attachment 1479578 [details]
File: mountinfo

Comment 8 Michal Hlavinka 2018-08-29 20:27:07 UTC
Created attachment 1479579 [details]
File: namespaces

Comment 9 Michal Hlavinka 2018-08-29 20:27:08 UTC
Created attachment 1479580 [details]
File: open_fds

Comment 10 Michal Hlavinka 2018-08-29 20:27:10 UTC
Created attachment 1479581 [details]
File: program.log

Comment 11 Vojtech Trefny 2018-08-30 12:51:15 UTC
Upstream PR: https://github.com/storaged-project/blivet-gui/pull/110

Comment 12 Fedora Update System 2018-09-26 12:26:18 UTC
blivet-gui-2.1.9-1.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-d2ce33a4eb

Comment 13 Fedora Update System 2018-09-26 12:40:18 UTC
blivet-gui-2.1.9-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-7ce6c5d096

Comment 14 Fedora Update System 2018-09-27 16:42:15 UTC
blivet-gui-2.1.9-1.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-d2ce33a4eb

Comment 15 Fedora Update System 2018-09-27 18:42:08 UTC
blivet-gui-2.1.9-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-7ce6c5d096

Comment 16 Fedora Update System 2018-10-01 02:47:08 UTC
blivet-gui-2.1.9-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.

Comment 17 Fedora Update System 2018-10-02 19:32:59 UTC
blivet-gui-2.1.9-1.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.


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