Bug 1034311
Summary: | CreateException: Can't have a partition outside the disk! | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kyral <mkyral> | ||||||||||||||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 7.0 | ||||||||||||||||||||||||||
Target Milestone: | rc | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:0fa7a26829443040bdd3bf4f6b95b9dccb06f2dd41eadbdd2e5f6978665d78da | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2013-12-13 18:38:40 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: | |||||||||||||||||||||||||||
Bug Depends On: | |||||||||||||||||||||||||||
Bug Blocks: | 1023190 | ||||||||||||||||||||||||||
Attachments: |
|
Description
Martin Kyral
2013-11-25 15:11:13 UTC
Created attachment 828718 [details]
File: anaconda-tb
Created attachment 828719 [details]
File: anaconda.log
Created attachment 828720 [details]
File: environ
Created attachment 828721 [details]
File: lsblk_output
Created attachment 828722 [details]
File: nmcli_dev_list
Created attachment 828723 [details]
File: os_info
Created attachment 828724 [details]
File: program.log
Created attachment 828725 [details]
File: storage.log
Created attachment 828726 [details]
File: syslog
Created attachment 828727 [details]
File: ifcfg.log
Created attachment 828728 [details]
File: packaging.log
This crash happens when resizing existing partition. Typing in too huge number in the new partition dialog causes the partition to be as big as possible, which is correct (however, the user shall be notified that the partition size will be smaller than entered and / or there shall be checkbox "Fill in free space". Another symptom of the same bug: Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/parted/geometry.py", line 55, in __init__ self.__geometry = _ped.Geometry(self.device.getPedDevice(), start, length) 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/devices.py", line 1573, in _computeResize length=newLen) File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 1263, in _setTargetSize (constraint, geometry) = self._computeResize(self.partedPartition) File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 605, in <lambda> lambda s, v: s._setTargetSize(v), File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 400, in __init__ self.device.targetSize = newsize File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1242, in resizeDevice self.devicetree.registerAction(action_class(device, new_size)) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1403, in _save_right_side self.__storage.resizeDevice(device, size) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2780, in on_apply_clicked self._save_right_side(self._current_selector) CreateException: Can't have overlapping partitions! I am unable to reproduce this using RHEL 7.0 Beta. I am entering a desired capacity larger than my disk size, then clicking Update Settings, and the desired capacity is reset to an appropriate value. No traceback. |