Bug 495144

Summary: unable to partition disk with LVM during EFI installation
Product: [Fedora] Fedora Reporter: Chris McDermott <lcm>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list, flokip, pjones, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-15 20:08:39 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
Anaconda dump none

Description Chris McDermott 2009-04-09 22:00:53 UTC
After applying the patch for bug 495075, I attempted to create an LVM-based partition layout, using the auto-partitioning 'Use Entire Drive' selection. However, lvcreate fails. The Anaconda traceback is:

Traceback (most recent call first):
  File "/tmp/updates/storage/devicelibs/lvm.py", line 357, in lvcreate
    raise LVMError("lvcreate failed for %s/%s" % (vg_name, lv_name))
  File "/tmp/updates/storage/devices.py", line 1998, in create 
    lvm.lvcreate(self.vg.name, self._name, self.size)
  File "/tmp/updates/storage/deviceaction.py", line 203, in execute
    self.device.create(intf=intf)
  File "/tmp/updates/storage/devicetree.py", line 658, in processActions
    action.execute(intf=self.intf)
  File "/tmp/updates/storage/__init__.py", line 229, in doIt
    self.devicetree.processActions()
  File "/usr/lib/anaconda/packages.py", line 115, in turnOnFilesystems
    anaconda.id.storage.doIt()
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1323, in nextClicked
    self.anaconda.dispatch.gotoNext()
LVMError: lvcreate failed for vg_elm3b55/lv_root

Anaconda log to follow.

Comment 1 Chris McDermott 2009-04-09 22:05:05 UTC
Created attachment 339008 [details]
Anaconda dump

Comment 2 Chris Lumens 2009-04-13 14:18:44 UTC
*** Bug 495367 has been marked as a duplicate of this bug. ***

Comment 3 Chris Lumens 2009-04-15 20:08:39 UTC

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