Hide Forgot
The following was filed automatically by anaconda: anaconda 14.22 exception report Traceback (most recent call first): File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devicelibs/lvm.py", line 403, in lvactivate raise LVMError("lvactivate failed for %s: %s" % (lv_name, msg)) File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devices.py", line 2375, in setup lvm.lvactivate(self.vg.name, self._name) File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1535, in handleVgLvs lv_device.setup() File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 1920, in _setupLvs if self.handleVgLvs(device): File "/usr/lib/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 2009, in populate if self._setupLvs(): File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 400, in reset self.devicetree.populate() File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 117, in storageInitialize storage.reset() File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext self.moveStep() File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1278, in setScreen self.anaconda.dispatch.gotoNext() File "/usr/lib/python2.7/site-packages/pyanaconda/gui.py", line 1191, in nextClicked self.setScreen () LVMError: lvactivate failed for lv_home: device-mapper: resume ioctl failed: Invalid argument Unable to resume vg_cloud-lv_home (253:1)
Created attachment 497452 [details] Attached traceback automatically from anaconda.
How the heck did it end up with - free? 20:21:19,754 DEBUG storage: vg vg_cloud has -196032MB free
It looks like someone has resized the sda2 partition from 476416 MB to 276395 MB outside of the installer. Your lvm configuration is probably corrupted as a result, since you basically yanked a bunch of lvm's storage out from under it.
Can you confirm that sda2 was resized prior to running the install?
I don't recollect resizing the partition outside the installer. However, I did get a successful install with suse after this installation failed.
Ok, well there's nothing I can do with the information provided. In the logs you can plainly see that LVM believes your PV is something like 47GB, while it is actually only around 27GB.
Created attachment 670001 [details] Attached traceback automatically from anaconda.