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: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 13 | CC: | 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: |
|
||||||||
Created attachment 395629 [details]
Attached traceback automatically from anaconda.
Interesting to note that the lv mentioned *does* actually get created on the system. 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. *** This bug has been marked as a duplicate of bug 559290 *** Created attachment 430117 [details]
Attached traceback automatically from anaconda.
|
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