Bug 567489

Summary: LVMError: lvcreate failed for vg_dhcp113/lv_root: Running... lvm lvcreate -L 13952m -n lv_root vg_dhcp113
Product: [Fedora] Fedora Reporter: Jon Stanley <jonstanley>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 13CC: anaconda-maint-list, dcantrell, jonathan, tristan.santore, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:6ad572d4441f92b137d2fd319562014ab9e3414853ed149c4dc49971b84f49cf
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-23 03:40:35 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:
Description Flags
Attached traceback automatically from anaconda.
none
Attached traceback automatically from anaconda. none

Description Jon Stanley 2010-02-23 03:28:31 UTC
The following was filed automatically by anaconda:
anaconda 13.27 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/devicelibs/lvm.py", line 376, in lvcreate
    raise LVMError("lvcreate failed for %s/%s: %s" % (vg_name, lv_name, msg))
  File "/usr/lib/anaconda/storage/devices.py", line 2314, in create
    lvm.lvcreate(self.vg.name, self._name, self.size, progress=w)
  File "/usr/lib/anaconda/storage/deviceaction.py", line 203, in execute
    self.device.create(intf=intf)
  File "/usr/lib/anaconda/storage/devicetree.py", line 672, in processActions
    action.execute(intf=self.intf)
  File "/usr/lib/anaconda/storage/__init__.py", line 290, in doIt
    self.devicetree.processActions()
  File "/usr/lib/anaconda/packages.py", line 109, in turnOnFilesystems
    anaconda.storage.doIt()
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 126, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/text.py", line 659, in run
    anaconda.dispatch.gotoNext()
  File "/usr/bin/anaconda", line 1194, in <module>
    anaconda.intf.run(anaconda)
LVMError: lvcreate failed for vg_dhcp113/lv_root: Running... lvm lvcreate -L 13952m -n lv_root vg_dhcp113

Comment 1 Jon Stanley 2010-02-23 03:28:34 UTC
Created attachment 395629 [details]
Attached traceback automatically from anaconda.

Comment 2 Jon Stanley 2010-02-23 03:31:02 UTC
Interesting to note that the lv mentioned *does* actually get created on the system.

Comment 3 Jon Stanley 2010-02-23 03:39:07 UTC
Looking at the attached syslog, it appears the OOM killer is upon us - this is a KVM machine with 512MB. Is that no longer sufficient for text mode even?

Giving the machine more RAM gets around this.

Comment 4 Jesse Keating 2010-02-23 03:40:35 UTC

*** This bug has been marked as a duplicate of bug 559290 ***

Comment 5 Tristan Santore 2010-07-07 17:05:21 UTC
Created attachment 430117 [details]
Attached traceback automatically from anaconda.