Bug 1207798
| Summary: | [abrt] blivet-gui: ValueError: new size will not yield an aligned partition | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Robinson <pbrobinson> | ||||||||||||||
| Component: | blivet-gui | Assignee: | Vojtech Trefny <vtrefny> | ||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||
| Priority: | unspecified | ||||||||||||||||
| Version: | 22 | CC: | sascha.zantis, vtrefny | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ca64f72cc8f4be83ed59a94e38125eb9c20a740a | ||||||||||||||||
| Whiteboard: | abrt_hash:ea90733f4181667b2ea5f8f24d53ea21503934ec | ||||||||||||||||
| Fixed In Version: | blivet-gui-0.2.8-1.fc22 | Doc Type: | Bug Fix | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2015-06-30 00:12:00 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: |
|
||||||||||||||||
Created attachment 1009189 [details]
File: backtrace
Created attachment 1009190 [details]
File: blivet-gui-tb
Created attachment 1009191 [details]
File: blivet.log
Created attachment 1009192 [details]
File: description
Created attachment 1009193 [details]
File: environ
Created attachment 1009194 [details]
File: program.log
*** Bug 1224729 has been marked as a duplicate of this bug. *** blivet-gui-0.2.8-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/blivet-gui-0.2.8-1.fc22 Package blivet-gui-0.2.8-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing blivet-gui-0.2.8-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-10246/blivet-gui-0.2.8-1.fc22 then log in and leave karma (feedback). blivet-gui-0.2.8-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Just trying to resize a partition Version-Release number of selected component: blivet-gui-0.2.3-1.fc22.noarch Additional info: reporter: libreport-2.5.0 blivet-gui.log: cmdline: /usr/bin/python /bin/blivet-gui executable: /bin/blivet-gui hashmarkername: blivet-gui kernel: 4.0.0-0.rc5.git1.3.fc22.x86_64 other involved packages: python-blivet-1.0.5-1.fc22.noarch product: Fedora release: Fedora release 22 (Twenty Two) runlevel: N 5 type: Python version: 22 Truncated backtrace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/blivetgui/utils.py", line 552, in edit_partition_device self.storage.devicetree.registerAction(ac) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 492, in registerAction action.apply() File "/usr/lib/python2.7/site-packages/blivet/deviceaction.py", line 452, in apply self.device.targetSize = self._targetSize File "/usr/lib/python2.7/site-packages/blivet/devices/storage.py", line 274, in <lambda> lambda s, v: s._setTargetSize(v), File "/usr/lib/python2.7/site-packages/blivet/devices/partition.py", line 261, in _setTargetSize raise ValueError("new size will not yield an aligned partition") ValueError: new size will not yield an aligned partition