Bug 684823

Summary: LVMError: lvcreate failed for vg_f14/lv_swap: /dev/vg_f14/lv_root: read failed after 0 of 4096 at 53687025664: Input/output error /dev/vg_f14/lv_root: read failed after 0 of 4096 at 53687083008: Input/output error /dev/vg_f14/lv_root: read failed af
Product: [Fedora] Fedora Reporter: Andrew Jamison <linux>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:790747fc4c35a4468c519540c3d9dd634f7717c182dd0e224f3cbbac44bda45f
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-14 15:44:36 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:
Description Flags
Attached traceback automatically from anaconda. none

Description Andrew Jamison 2011-03-14 15:36:03 UTC
The following was filed automatically by anaconda:
anaconda 14.22 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicelibs/lvm.py", line 371, in lvcreate
    raise LVMError("lvcreate failed for %s/%s: %s" % (vg_name, lv_name, msg))
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2423, in create
    lvm.lvcreate(self.vg.name, self._name, self.size, progress=w)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 204, in execute
    self.device.create(intf=intf)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 700, in processActions
    action.execute(intf=self.intf)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 313, in doIt
    self.devicetree.processActions()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packages.py", line 110, in turnOnFilesystems
    anaconda.storage.doIt()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1190, in nextClicked
    self.anaconda.dispatch.gotoNext()
LVMError: lvcreate failed for vg_f14/lv_swap:   /dev/vg_f14/lv_root: read failed after 0 of 4096 at 53687025664: Input/output error
  /dev/vg_f14/lv_root: read failed after 0 of 4096 at 53687083008: Input/output error
  /dev/vg_f14/lv_root: read failed after 0 of 4096 at 0: Input/output error
  /dev/vg_f14/lv_root: read failed after 0 of 4096 at 4096: Input/output error
  /dev/vg_f14/lv_home: read failed after 0 of 4096 at 431107276800: Input/output error
  /dev/vg_f14/lv_home: read failed after 0 of 4096 at 431107334144: Input/output error
  Couldn't find device with uuid 7qiLfY-x1PE-lRL9-xtAW-0ERl-AKfx-8s7rwj.
  Cannot change VG vg_f14 while PVs are missing.
  Consider vgreduce --removemissing.

Comment 1 Andrew Jamison 2011-03-14 15:36:07 UTC
Created attachment 484226 [details]
Attached traceback automatically from anaconda.

Comment 2 Chris Lumens 2011-03-14 15:44:36 UTC
As you may be able to tell from the traceback itself, you have lots of media read errors in your syslog.  This could be indicative of bad hardware or bad drivers.  Either way, there's nothing anaconda can do.