| Summary: | LVMError: vgremove failed for vg_bigboy: Can't remove open logical volume "lv_swap" | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | geminic86 | ||||||||
| Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 15 | CC: | anaconda-maint-list, ivor.durham, jonathan, paul, vanmeeuwen+fedora | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | anaconda_trace_hash:c62fa7af9adddc062dafb0b74b6eaa919539e29833f60dd4ae3b4ab4ff2a3189 | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-08-07 19:49:56 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
Created attachment 493877 [details]
Attached traceback automatically from anaconda.
How did you start the installer? Please post the output of the following commands: pvs dmsetup ls --tree Thanks. Created attachment 505660 [details]
Attached traceback automatically from anaconda.
(In reply to comment #2) > How did you start the installer? Hey David, I started my installer from the live cd, install to hard drive option. (In reply to comment #3) > Please post the output of the following commands: > > pvs > > dmsetup ls --tree > > Thanks. [root@localhost liveuser]# pvs PV VG Fmt Attr PSize PFree /dev/sda1 vg_devserver lvm2 a- 74.50g 51.44g [root@localhost liveuser]# dmsetup ls --tree vg_devserver-lv_home (253:3) └─ (8:1) live-osimg-min (253:1) ├─ (7:1) └─ (7:3) live-rw (253:0) ├─ (7:4) └─ (7:3) I will run a SysRescueCd on the drive and see if it is a direct read access issue or if the issue is really an Anaconda bug. Feel free to email me if you want more details and I will post them here. Thanks. (In reply to comment #6) > (In reply to comment #3) > > Please post the output of the following commands: > > > > pvs > > > > dmsetup ls --tree > > > > Thanks. > > [root@localhost liveuser]# pvs > PV VG Fmt Attr PSize PFree > /dev/sda1 vg_devserver lvm2 a- 74.50g 51.44g > [root@localhost liveuser]# dmsetup ls --tree > vg_devserver-lv_home (253:3) > └─ (8:1) There's your problem. Something has your lv_home active and possibly mounted. You can't have filesystems on the disks you want to install to mounted on the system when you start the installer. (In reply to comment #7) > There's your problem. Something has your lv_home active and possibly mounted. > You can't have filesystems on the disks you want to install to mounted on the > system when you start the installer. Thanks David, I wiped the drive and the installation went smoothly. Created attachment 522144 [details]
Attached traceback automatically from anaconda.
This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |
The following was filed automatically by anaconda: anaconda 15.27 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicelibs/lvm.py", line 246, in vgremove raise LVMError("vgremove failed for %s: %s" % (vg_name, msg)) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2110, in _destroy lvm.vgremove(self.name) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 783, in destroy self._destroy() File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1600, in reinitializeVG vg.destroy() File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1630, in leafInconsistencies reinitializeVG(device) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1648, in _handleInconsistencies leafInconsistencies(leaf) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1860, in _populate self._handleInconsistencies() File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1755, in populate self._populate() File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 435, in reset self.devicetree.populate() File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 103, in storageInitialize storage.reset() File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext self.moveStep() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1346, in setScreen self.anaconda.dispatch.gotoNext() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1258, in nextClicked self.setScreen () LVMError: vgremove failed for vg_bigboy: Can't remove open logical volume "lv_swap"