Bug 1128605
Summary: | anconda crash when trying to custom partitioning after do an automatically partitioning | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | lnie <lnie> | ||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | 21 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, oklag, pschindl, robatino, vanmeeuwen+fedora | ||||||||||||
Target Milestone: | --- | ||||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Unspecified | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2014-09-24 16:55:14 UTC | Type: | Bug | ||||||||||||
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: | 1043124 | ||||||||||||||
Attachments: |
|
Description
lnie
2014-08-11 08:02:39 UTC
Created attachment 925638 [details]
anaconda.log
Created attachment 925639 [details]
anaconda-tb-MtJzuJ
Created attachment 925640 [details]
packaging.log
Created attachment 925641 [details]
program.log
Created attachment 925642 [details]
syslog
I reproduced this bug with boot.iso from 2014-08-11. I propose this as a beta blocker as it violates criterion: " When using the custom partitioning flow, the installer must be able to: Correctly interpret, and modify as described below, any disk with a valid ms-dos or gpt disk label and partition table containing ext4 partitions, LVM and/or btrfs volumes, and/or software RAID arrays at RAID levels 0, 1 and 5 containing ext4 partitions" anaconda 21.48.2-1 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2585, in _removeLogVol raise ValueError("specified lv is not part of this vg") File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 450, in _removeDevice dev.vg._removeLogVol(dev) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 521, in cancelAction self._removeDevice(action.device) File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1967, in hide self.cancelAction(action) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 353, in _hide_unusable_disks self._storage_playground.devicetree.hide(disk) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 121, in decorated return func(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 361, in _reset_storage self._hide_unusable_disks() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 376, in refresh self._reset_storage() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 355, in _on_spoke_clicked spoke.refresh() File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/hubs/__init__.py", line 387, in spoke_done self._on_spoke_clicked(self._spokes[dest].selector, None, self._spokes[dest]) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/__init__.py", line 51, in on_back_clicked self.main_window.current_action.spoke_done(self) File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 871, in on_back_clicked NormalSpoke.on_back_clicked(self, button) ValueError: specified lv is not part of this vg *** Bug 1132322 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 1121383 *** |